Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 25 of 32) sorted by relevance

12

/external/lldb/test/pexpect-2.4/examples/
Dfix_cvs_files.py77 fullpath = os.path.join (dirname, n)
78 if os.path.isdir(fullpath) or os.path.islink(fullpath):
80 if is_binary(fullpath):
81 if not is_kb_sticky (fullpath):
82 if VERBOSE: print fullpath
83 cvs_admin_kb (fullpath)
/external/lldb/scripts/
Dsed-sources201 my $fullpath = $File::Find::name;
206 if ($fullpath =~ /$ext_regex/i)
208 print "processing: '$fullpath'\n";
209 process_file ($fullpath);
213 print " ignoring: '$fullpath'\n";
/external/fsck_msdos/
Ddir.c100 static char *fullpath(struct dosDirEntry *);
170 fullpath(struct dosDirEntry *dir) in fullpath() function
407 fullpath(dir), dir->size, physicalSize); in checksize()
419 fullpath(dir)); in checksize()
591 fullpath(dir)); in readDosDirSection()
717 fullpath(dir), 2); in readDosDirSection()
756 fullpath(&dirent), 0); in readDosDirSection()
772 fullpath(&dirent)); in readDosDirSection()
798 fullpath(&dirent)); in readDosDirSection()
802 fullpath(&dirent), in readDosDirSection()
[all …]
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp499 std::string fullpath; in ParseSupportFiles() local
513 if (module_sp->RemapSourceFile (path, fullpath)) in ParseSupportFiles()
514 support_files.Append(FileSpec (fullpath.c_str(), false)); in ParseSupportFiles()
524 fullpath = cu_comp_dir; in ParseSupportFiles()
526 if (*fullpath.rbegin() != '/') in ParseSupportFiles()
527 fullpath += '/'; in ParseSupportFiles()
528 fullpath += include_directories[dir_idx]; in ParseSupportFiles()
532 fullpath = include_directories[dir_idx]; in ParseSupportFiles()
536 fullpath = cu_comp_dir; in ParseSupportFiles()
539 if (!fullpath.empty()) in ParseSupportFiles()
[all …]
DSymbolFileDWARF.cpp946 std::string fullpath(cu_comp_dir); in ParseCompileUnit() local
947 if (*fullpath.rbegin() != '/') in ParseCompileUnit()
948 fullpath += '/'; in ParseCompileUnit()
949 fullpath += cu_die_name; in ParseCompileUnit()
950 if (module_sp->RemapSourceFile (fullpath.c_str(), ramapped_file)) in ParseCompileUnit()
953 cu_file_spec.SetFile (fullpath.c_str(), false); in ParseCompileUnit()
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c130 char fullpath[PATH_MAX]; in CreateFileListInfo() local
132 memset(fullpath, 0, PATH_MAX); in CreateFileListInfo()
134 strcpy(fullpath, path); in CreateFileListInfo()
136 strcat(fullpath, "/"); in CreateFileListInfo()
137 strcat(fullpath, pDirent->d_name); in CreateFileListInfo()
139 if(stat(fullpath, &stat_buf) < 0) { in CreateFileListInfo()
141 __FILE__, __FUNCTION__, fullpath); in CreateFileListInfo()
148 " list failed\n", __FILE__, __FUNCTION__, fullpath); in CreateFileListInfo()
158 "list failed\n", __FILE__, __FUNCTION__, fullpath); in CreateFileListInfo()
/external/lldb/scripts/Python/interface/
DSBModule.i427 if comp_unit.file.fullpath == key:
436 fullpath = comp_unit.file.fullpath
437 if fullpath:
438 re_match = key.search(fullpath)
DSBFileSpec.i83 …if _newclass: fullpath = property(__get_fullpath__, None, doc='''A read only property that returns…
DSBTarget.i781 if module.file.fullpath == key:
802 re_match = key.search(module.path.fullpath)
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp448 CFX_ByteString fullpath = path; in ScanPath() local
449 fullpath += "/"; in ScanPath()
450 fullpath += filename; in ScanPath()
452 ScanPath(fullpath); in ScanPath()
454 ScanFile(fullpath); in ScanPath()
/external/valgrind/memcheck/tests/
Dbadfree3.vgtest2 vgopts: -q --fullpath-after=${PWD}/
Dvarinfo5.vgtest2 vgopts: --fullpath-after=${PWD}/ --read-var-info=yes --read-inline-info=yes -q
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Ddigest.py137 fullpath = url_quote(SCRIPT_NAME(environ)) + url_quote(PATH_INFO(environ))
151 assert authpath.split("?", 1)[0] in fullpath
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1335 CFX_ByteString fullpath = path; in ScanPath() local
1337 fullpath += "\\"; in ScanPath()
1339 fullpath += "/"; in ScanPath()
1341 fullpath += filename; in ScanPath()
1343 ScanPath(fullpath); in ScanPath()
1345 ScanFile(fullpath); in ScanPath()
/external/clang/utils/
DFindSpecRefs823 fullpath = os.path.join(dirpath, filename)
824 references.extend(list(scanFile(fullpath, filename)))
/external/llvm/lib/Support/Unix/
DPath.inc75 char fullpath[PATH_MAX];
77 snprintf(fullpath, PATH_MAX, "%s/%s", dir, bin);
78 if (realpath(fullpath, ret) == NULL)
80 if (stat(fullpath, &sb) != 0)
/external/selinux/policycoreutils/sandbox/
Dsandbox162 def fullpath(cmd):
380 cmds[0] = fullpath(cmds[0])
/external/valgrind/coregrind/m_debuginfo/
Dimage.c609 DiImage* ML_(img_from_local_file)(const HChar* fullpath) in ML_()
615 fd = VG_(open)(fullpath, VKI_O_RDONLY, 0); in ML_()
637 img->source.name = ML_(dinfo_strdup)("di.image.ML_iflf.2", fullpath); in ML_()
Dpriv_image.h62 DiImage* ML_(img_from_local_file)(const HChar* fullpath);
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp973 char fullpath[2048]; in logKnownIssue() local
974 strcpy(fullpath, basePath); in logKnownIssue()
975 strcat(fullpath, currName); in logKnownIssue()
978 …knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstF… in logKnownIssue()
/external/lldb/examples/python/
Dcrashlog.py553 out_file.write('Path: %s\n' % (lldb.target.executable.fullpath))
601 …t_segment_end_load_addr, identifier, module_version, module.GetUUIDString(), module.file.fullpath))
/external/lldb/examples/darwin/heap_find/
Dheap.py944 …cription = 'section %s.%s containing "%s"' % (section_modules[idx].file.fullpath, section.name, ex…
/external/jemalloc/bin/
Djeprof.in4325 my $fullpath = $prefix . $suffix;
4326 if (-e $fullpath) {
4327 return $fullpath;
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h799 void FPDF_FileSpec_SetWin32Path(CPDF_Object* pFileSpec, const CFX_WideString& fullpath);
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3729 fullpath = common_path + header
3730 if same_module and UpdateIncludeState(fullpath, include_state, io):

12