Searched refs:file_dir (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/tests/ts_extra_tests/tool/ |
D | test_helper.py | 79 for file_dir in file_or_dir_results: 80 file_or_dir_path = os.path.join(dir_path, file_dir)
|
/third_party/jerryscript/targets/curie_bsp/ |
D | setup.py | 247 file_dir = os.path.dirname(os.path.abspath(__file__)) variable 248 jerry_path = os.path.join(file_dir, "..", "..")
|
/third_party/skia/third_party/externals/tint/tools/ |
D | run_tests.py | 228 for file_dir, _, filename_list in os.walk(self.options.test_dir): 231 input_path = os.path.join(file_dir, input_filename)
|
/third_party/json/third_party/amalgamate/ |
D | amalgamate.py | 225 include_path, self.file_dir if search_same_dir else None) 256 self.file_dir = os.path.dirname(file_path)
|
/third_party/gn/src/gn/ |
D | header_checker.cc | 262 const SourceDir& file_dir = source_file.dir(); in SourceFileForInclude() local 263 if (find_predicate(file_dir)) { in SourceFileForInclude() 264 return file_dir.ResolveRelativeFile(relative_file_value, err); in SourceFileForInclude()
|
/third_party/cef/tests/ceftests/ |
D | resource_manager_unittest.cc | 842 const std::string& file_dir = client::file_util::JoinPath(temp_dir, "files"); in TEST() local 843 EXPECT_TRUE(CefCreateDirectory(file_dir)); in TEST() 844 WriteFile(client::file_util::JoinPath(file_dir, kFile1), in TEST() 846 WriteFile(client::file_util::JoinPath(file_dir, kFile2), in TEST() 850 const std::string& sub_dir = client::file_util::JoinPath(file_dir, "sub"); in TEST() 859 EXPECT_TRUE(CefZipDirectory(file_dir, archive_path, false)); in TEST()
|