Home
last modified time | relevance | path

Searched refs:DirName (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ninja/src/
Ddisk_interface.cc38 string DirName(const string& path) { in DirName() function
137 string dir = DirName(path); in MakeDirs()
173 string dir = DirName(path); in Stat()
/third_party/gn/src/gn/
Dstring_output_buffer.cc87 if (!base::CreateDirectory(file_path.DirName())) { in WriteToFile()
91 "I was using \"" + FilePathToUTF8(file_path.DirName()) + "\"."); in WriteToFile()
Dcommand_format_unittest.cc24 GetExePath().DirName().Append(FILE_PATH_LITERAL("..")); \
Dcommand_clean.cc63 FilePathToUTF8(build_ninja_d_file.DirName().value()).c_str())) in CleanOneDir()
Dninja_toolchain_writer.cc68 base::CreateDirectory(ninja_file.DirName()); in RunAndWriteFile()
/third_party/gn/src/base/files/
Dfile_path.cc227 while (current != current.DirName()) { in GetComponents()
231 current = current.DirName(); in GetComponents()
240 FilePath dir = current.DirName(); in GetComponents()
299 FilePath FilePath::DirName() const { in DirName() function in base::FilePath
Dfile_path.h240 [[nodiscard]] FilePath DirName() const;
Dfile_util_win.cc111 return DeleteFileRecursive(path.DirName(), path.BaseName().value(), in DoDeleteFile()
340 FilePath parent_path(full_path.DirName()); in CreateDirectoryAndGetError()
Dfile_util_posix.cc436 for (FilePath path = full_path.DirName(); path.value() != last_path.value(); in CreateDirectoryAndGetError()
437 path = path.DirName()) { in CreateDirectoryAndGetError()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIO.h38 std::string DirName(const std::string &FileName);
DFuzzerIOPosix.cpp78 std::string DirName(const std::string &FileName) { in DirName() function
DFuzzerIOWindows.cpp247 std::string DirName(const std::string &FileName) { in DirName() function
/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_win.cc263 directory = params.default_file_name.DirName().value(); in RunOpenFileDialog()
327 directory = params.default_file_name.DirName().value(); in RunOpenMultiFileDialog()
484 directory = params.default_file_name.DirName().value(); in RunSaveFileDialog()
Dfile_dialog_runner_mac.mm284 directory = params.default_file_name.DirName().value();
364 directory = params.default_file_name.DirName().value();
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_context.cc61 } else if (cache_path_.DirName() == user_data_dir) { in InitializeAsync()
/third_party/node/deps/zlib/google/
Dzip_reader.cc316 base::FilePath output_dir_path = output_file_path.DirName(); in ExtractCurrentEntryToFilePathAsync()
485 if (!base::CreateDirectory(output_file_path_.DirName())) in PrepareOutput()
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader.cc315 base::FilePath output_dir_path = output_file_path.DirName(); in ExtractCurrentEntryToFilePathAsync()
484 if (!base::CreateDirectory(output_file_path_.DirName())) in PrepareOutput()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_reader.cc314 base::FilePath output_dir_path = output_file_path.DirName(); in ExtractCurrentEntryToFilePathAsync()
479 if (!base::CreateDirectory(output_file_path_.DirName())) in PrepareOutput()
/third_party/python/Lib/test/
Dallsans.pem85 …>, othername:<unsupported>, email:user@example.org, DNS:www.example.org, DirName:/C=XY/L=Castle An…
96 DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
/third_party/cef/libcef/common/
Dresource_util.cc233 base::FilePath path = base::FilePath(dl_info.dli_fname).DirName(); in OverrideAssetPath()
/third_party/cef/libcef/browser/devtools/
Ddevtools_file_manager.cc100 initial_path = g_last_save_path.Pointer()->DirName().AppendASCII( in Save()
/third_party/cef/patch/patches/
Dchrome_browser_net_export.patch136 + *last_save_dir.Pointer() = file_paths[0].DirName();
/third_party/mbedtls/tests/data_files/dir1/
Dtest-ca.crt41 DirName:/C=NL/O=PolarSSL/CN=PolarSSL Test CA
/third_party/mbedtls/tests/data_files/dir3/
Dtest-ca.crt41 DirName:/C=NL/O=PolarSSL/CN=PolarSSL Test CA
/third_party/mbedtls/tests/data_files/dir2/
Dtest-ca.crt41 DirName:/C=NL/O=PolarSSL/CN=PolarSSL Test CA

12