Home
last modified time | relevance | path

Searched refs:folder_path (Results 1 - 5 of 5) sorted by relevance

/third_party/gn/src/gn/
H A Dvisual_studio_writer.cc838 std::string_view folder_path = project->label_dir_path; in ResolveSolutionFolders() local
839 if (IsSlash(folder_path[folder_path.size() - 1])) in ResolveSolutionFolders()
840 folder_path = folder_path.substr(0, folder_path.size() - 1); in ResolveSolutionFolders()
841 auto it = processed_paths.find(folder_path); in ResolveSolutionFolders()
845 std::string folder_path_str(folder_path); in ResolveSolutionFolders()
848 FindLastDirComponent(SourceDir(std::string(folder_path)))), in ResolveSolutionFolders()
851 processed_paths[folder_path] in ResolveSolutionFolders()
[all...]
/third_party/mindspore/
H A Dbuild_helper.py111 def save_md5s(folder_path, out_path):
113 for file_name in os.listdir(folder_path):
121 f.write(compute_md5(os.path.join(folder_path, pf)))
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py788 folder_path = os.path.join(REPLAY_SAMPLE_FOLDER, folder_name)
789 if os.path.isdir(folder_path):
790 shutil.rmtree(folder_path)
791 os.makedirs(folder_path)
797 folder_path = os.path.join(REPLAY_SAMPLE_FOLDER, folder_name)
798 if os.path.isdir(folder_path):
799 SafeDeleteFolder(folder_path)
/third_party/vulkan-loader/tests/framework/shim/
H A Dunix_shim.cpp176 auto real_path = it->folder_path; in READDIR_FUNC_NAME()
178 real_path = platform_shim.redirection_map.at(it->folder_path).str(); in READDIR_FUNC_NAME()
H A Dshim.h123 std::string folder_path; member

Completed in 5 milliseconds