Home
last modified time | relevance | path

Searched refs:directory_path (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx486 sal_Unicode* directory_path, in create_dir_with_callback() argument
492 if (osl::mkdir(directory_path, mode) == 0) in create_dir_with_callback()
497 osl::FileBase::getFileURLFromSystemPath(directory_path, url); in create_dir_with_callback()
/trunk/main/sal/osl/os2/
H A Dfile.cxx2881 sal_Unicode* directory_path, in create_dir_with_callback() argument
2887 if (osl::mkdir(directory_path, mode) == 0) in create_dir_with_callback()
2892 … osl::FileBase::getFileURLFromSystemPath(directory_path, url); in create_dir_with_callback()

Completed in 34 milliseconds