Home
last modified time | relevance | path

Searched refs:abs_filename (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/wasm/
Dupdate-wasm-spec-tests.sh110 abs_filename=$(realpath $rel_filename)
112 if [ ! -f "$spec_filename" ] || ! cmp -s $abs_filename $spec_filename ; then
/third_party/python/Python/
Dinitconfig.c2739 wchar_t *abs_filename; in config_run_filename_abspath() local
2740 if (_Py_abspath(config->run_filename, &abs_filename) < 0) { in config_run_filename_abspath()
2745 if (abs_filename == NULL) { in config_run_filename_abspath()
2750 config->run_filename = abs_filename; in config_run_filename_abspath()
/third_party/json/tools/cpplint/
Dcpplint.py6123 abs_filename = FileInfo(filename).FullName()
6132 abs_filename = re.sub(r'_flymake\.cc$', '.cc', abs_filename)
6138 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
6520 abs_filename = os.path.abspath(filename)
6524 abs_path, base_name = os.path.split(abs_filename)
6529 abs_filename = abs_path