Home
last modified time | relevance | path

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

/third_party/typescript/tests/ts_extra_tests/tool/
Dtest_helper.py79 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/
Dsetup.py247 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/
Drun_tests.py228 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/
Damalgamate.py225 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/
Dheader_checker.cc262 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/
Dresource_manager_unittest.cc842 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()