Searched refs:filepath (Results 1 – 5 of 5) sorted by relevance
33 private String filepath = null; field in SdfString56 if( filepath == null ) in addSourceString()57 filepath = aSdfEntity.getResourcePath(); in addSourceString()71 if( filepath == null ) in addLanguageString()72 filepath = aSdfEntity.getResourcePath(); in addLanguageString()96 return filepath; in getFilePath()
111 def __init__ (self, chars, filepath = None): argument112 self.filepath = filepath355 print(self.filepath)394 if os.path.isfile(hpath) and hpath != self.filepath:
52 $(SLO)$/filepath.obj\62 $(OBJ)$/filepath.obj\
38 …Package_add_file,gtest_inc,inc/gtest/internal/gtest-filepath.h,include/gtest/internal/gtest-filepa…
688 inline void changeFileMode( ::rtl::OUString & filepath, sal_Int32 mode ) in changeFileMode() argument691 rtl::OUString aUStr = filepath.copy( 0 ); in changeFileMode()693 if ( isURL( filepath ) ) in changeFileMode()694 ::osl::FileBase::getSystemPathFromFileURL( filepath, aUStr ); in changeFileMode()699 inline void changeFileMode( ::rtl::OUString & filepath, sal_Int32 mode ) in changeFileMode() argument701 (void)filepath; in changeFileMode()
Completed in 104 milliseconds