Searched refs:i_sPath (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/cosv/source/storage/ |
H A D | plocroot.cxx | 157 if (i_sPath[0] == '\\') in Create_WindowsRoot() 159 if (i_sPath[1] == '\\') in Create_WindowsRoot() 173 o_sPathAfterRoot = i_sPath+1; in Create_WindowsRoot() 179 if ( i_sPath[2] == '\\') in Create_WindowsRoot() 192 o_sPathAfterRoot = i_sPath; in Create_WindowsRoot() 201 if (*i_sPath == '/') in Create_UnixRoot() 203 o_sPathAfterRoot = i_sPath + 1; in Create_UnixRoot() 208 o_sPathAfterRoot = i_sPath; in Create_UnixRoot() 223 const char * i_sPath, in Create_() argument 226 if (i_sPath[0] == '.') in Create_() [all …]
|
H A D | dirchain.cxx | 85 DirectoryChain::PushFront( const DirectoryChain & i_sPath ) in PushFront() argument 87 aPath.insert( aPath.begin(), i_sPath.Begin(), i_sPath.End() ); in PushFront() 97 DirectoryChain::PushBack( const DirectoryChain & i_sPath ) in PushBack() argument 99 aPath.insert( aPath.end(), i_sPath.Begin(), i_sPath.End() ); in PushBack()
|
H A D | ploc.cxx | 39 Path::Path( const char * i_sPath, in Path() argument 46 Set(i_sPath, i_bPathIsAlwaysDir, i_sDelimiter ); in Path() 71 Path::Set( const char * i_sPath, in Set() argument 80 pRoot = Root::Create_( restPath, i_sPath, i_sDelimiter ); in Set()
|
/aoo41x/main/cosv/inc/cosv/ |
H A D | dirchain.hxx | 53 const char * i_sPath, 75 const char * i_sPath, 82 i_sPath ); 87 i_sPath );
|
H A D | ploc.hxx | 56 … const char * i_sPath = ".", /// Dirs have to be ended with a '\\ or '/'. 67 const char * i_sPath,
|
H A D | plocroot.hxx | 54 const char * i_sPath,
|
/aoo41x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 807 static inline OUString lcl_getAbsoluteUrl(const OUString& i_sBaseUrl, const OString& i_sPath) in lcl_getAbsoluteUrl() argument 810 …if(FileBase::getFileURLFromSystemPath(OStringToOUString(i_sPath, RTL_TEXTENCODING_MS_1252), sRelUr… in lcl_getAbsoluteUrl()
|
Completed in 56 milliseconds