Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dl10nflist.c178 char *abs_filename; in _nl_make_l10nflist() local
192 abs_filename = (char *) malloc (dirlist_len in _nl_make_l10nflist()
213 if (abs_filename == NULL) in _nl_make_l10nflist()
217 cp = abs_filename; in _nl_make_l10nflist()
276 int compare = strcmp (retval->filename, abs_filename); in _nl_make_l10nflist()
292 free (abs_filename); in _nl_make_l10nflist()
307 retval->filename = abs_filename; in _nl_make_l10nflist()
/external/webrtc/tools_webrtc/vim/
Dwebrtc.ycm_extra_conf.py343 abs_filename = os.path.abspath(filename)
344 webrtc_root = FindWebrtcSrcFromFilename(abs_filename)
345 clang_flags = GetClangOptionsFromNinjaForFilename(webrtc_root, abs_filename)
/external/python/cpython3/Python/
Dinitconfig.c2350 wchar_t *abs_filename; in config_run_filename_abspath() local
2351 if (_Py_abspath(config->run_filename, &abs_filename) < 0) { in config_run_filename_abspath()
2356 if (abs_filename == NULL) { in config_run_filename_abspath()
2361 config->run_filename = abs_filename; in config_run_filename_abspath()
/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py5560 abs_filename = FileInfo(filename).FullName()
5569 abs_filename = re.sub(r'_flymake\.cc$', '.cc', abs_filename)
5575 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
5956 abs_filename = os.path.abspath(filename)
5960 abs_path, base_name = os.path.split(abs_filename)
5965 abs_filename = abs_path
/external/google-styleguide/cpplint/
Dcpplint.py5563 abs_filename = FileInfo(filename).FullName()
5572 abs_filename = re.sub(r'_flymake\.cc$', '.cc', abs_filename)
5578 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
5959 abs_filename = os.path.abspath(filename)
5963 abs_path, base_name = os.path.split(abs_filename)
5968 abs_filename = abs_path
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3713 abs_filename = FileInfo(filename).FullName()
3722 abs_filename = re.sub(r'_flymake\.cc$', '.cc', abs_filename)
3728 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
/external/libvpx/libvpx/tools/
Dcpplint.py4430 abs_filename = FileInfo(filename).FullName()
4439 abs_filename = re.sub(r'_flymake\.cc$', '.cc', abs_filename)
4445 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
/external/libaom/libaom/tools/
Dcpplint.py4430 abs_filename = FileInfo(filename).FullName()
4439 abs_filename = re.sub(r'_flymake\.cc$', '.cc', abs_filename)
4445 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)