Home
last modified time | relevance | path

Searched defs:rel_path (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/tools/checkperms/
Dcheckperms.py236 def is_ignored(rel_path): argument
244 def must_be_executable(rel_path): argument
252 def must_not_be_executable(rel_path): argument
276 def check_file(root_path, rel_path): argument
333 def check_file(self, rel_path): argument
343 def check_dir(self, rel_path): argument
/external/chromium_org/tools/gyp/test/make_global_settings/ar/
Dgyptest-make_global_settings_ar.py26 def verify_ar_target(test, ar=None, rel_path=False): argument
52 def verify_ar_host(test, ar=None, rel_path=False): argument
/external/chromium_org/tools/gyp/test/make_global_settings/ld/
Dgyptest-make_global_settings_ld.py26 def verify_ld_target(test, ld=None, rel_path=False): argument
52 def verify_ld_host(test, ld=None, rel_path=False): argument
/external/chromium_org/third_party/closure_compiler/
Dcompile_modules.py87 rel_path = lambda f: f function
92 rel_path = lambda f: os.path.join(here_to_module_dir, f) function
Dcompiler_customization_test.py20 def rel_to_abs(rel_path): argument
Dchecker.py185 rel_path = lambda f: os.path.join(os.path.relpath(os.getcwd(), tmp_dir), f) function
/external/chromium_org/third_party/closure_compiler/runner/
Dbuild_runner_jar.py13 def rel_to_abs(rel_path): argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
Drun_tests.py13 def rel_to_abs(rel_path): argument
Dbuild_jsdoc_validator_jar.py13 def rel_to_abs(rel_path): argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
Dbuild_compiler_runner_jar.py10 def rel_to_abs(rel_path): argument
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dcmake.py93 def NormjoinPathForceCMakeSource(base_path, rel_path): argument
110 def NormjoinPath(base_path, rel_path): argument
325 def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source): argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
Dfilereader_unittest.py64 def _create_file(self, rel_path, text): argument
/external/chromium_org/native_client_sdk/src/build_tools/tests/
Dsdktools_test.py100 def _BuildUpdaterArchive(self, rel_path, revision): argument
Dupdate_nacl_manifest_test.py59 def MakeGsUrl(rel_path): argument
/external/chromium_org/third_party/skia/tools/tests/
Drender_pictures_test.py642 rel_path='expectations.json'): argument
/external/skia/tools/tests/
Drender_pictures_test.py563 rel_path='expectations.json'): argument
/external/chromium_org/native_client_sdk/src/tools/tests/
Doshelpers_test.py67 def MakeFile(self, rel_path, size): argument
/external/wpa_supplicant_8/src/utils/
Dos_win32.c153 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_none.c70 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_unix.c248 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_internal.c146 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_scan_manager_unittest.cc158 MediaGalleryPrefId AddGallery(const std::string& rel_path, in AddGallery()
/external/chromium_org/build/android/pylib/
Dandroid_commands.py1028 def RelToRealPaths(rel_path): argument