Home
last modified time | relevance | path

Searched refs:sys_path (Results 1 – 6 of 6) sorted by relevance

/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx213 OUString const & sys_path, OUString const & base_url, bool throw_exc ) in makeAbsoluteFileUrl() argument
217 oslFileError rc = osl_getFileURLFromSystemPath( sys_path.pData, &file_url.pData ); in makeAbsoluteFileUrl()
220 if ( osl_getSystemPathFromFileURL( sys_path.pData, &tempPath.pData) == osl_File_E_None ) in makeAbsoluteFileUrl()
222 file_url = sys_path; in makeAbsoluteFileUrl()
228 sys_path, Reference< XInterface >() ); in makeAbsoluteFileUrl()
H A Dunopkg_shared.h128 ::rtl::OUString const & sys_path, ::rtl::OUString const & base_url,
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx740 rtl::OUString sys_path; in osl_createDirectoryPath() local
742 _osl_getSystemPathFromFileURL(aDirectoryUrl, &sys_path.pData, sal_False); in osl_createDirectoryPath()
747 osl::systemPathRemoveSeparator(sys_path); in osl_createDirectoryPath()
753 sys_path.pData, aDirectoryCreationCallbackFunc, pData)); in osl_createDirectoryPath()
1493 rtl::OUString sys_path(system_path); in path_travel_to_volume_root() local
1495 while(!is_volume_mount_point(sys_path) && path_get_parent(sys_path)) in path_travel_to_volume_root()
1498 volume_root = sys_path; in path_travel_to_volume_root()
/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx547 rtl::OUString sys_path; in osl_createDirectoryPath() local
549 aDirectoryUrl, &sys_path.pData, sal_False); in osl_createDirectoryPath()
554 osl::systemPathRemoveSeparator(sys_path); in osl_createDirectoryPath()
558 return create_dir_recursively_(sys_path.pData->buffer, aDirectoryCreationCallbackFunc, pData); in osl_createDirectoryPath()
/trunk/main/cpputools/source/regsingleton/
H A Dregsingleton.cxx76 OUString sys_path( OUString::createFromAscii( argv[ nPos ] ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
78 oslFileError rc = osl_getFileURLFromSystemPath( sys_path.pData, &file_url.pData ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/sal/osl/os2/
H A Dfile.cxx2944 rtl::OUString sys_path; in osl_createDirectoryPath() local
2946 aDirectoryUrl, &sys_path.pData, sal_False); in osl_createDirectoryPath()
2951 osl::systemPathRemoveSeparator(sys_path); in osl_createDirectoryPath()
2955 return create_dir_recursively_(sys_path.pData->buffer, aDirectoryCreationCallbackFunc, pData); in osl_createDirectoryPath()

Completed in 52 milliseconds