/external/lldb/test/pexpect-2.4/examples/ |
D | fix_cvs_files.py | 77 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/ |
D | sed-sources | 201 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/ |
D | dir.c | 100 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/ |
D | DWARFDebugLine.cpp | 499 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 …]
|
D | SymbolFileDWARF.cpp | 946 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/ |
D | filetransfermsg.c | 130 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/ |
D | SBModule.i | 427 if comp_unit.file.fullpath == key: 436 fullpath = comp_unit.file.fullpath 437 if fullpath: 438 re_match = key.search(fullpath)
|
D | SBFileSpec.i | 83 …if _newclass: fullpath = property(__get_fullpath__, None, doc='''A read only property that returns…
|
D | SBTarget.i | 781 if module.file.fullpath == key: 802 re_match = key.search(module.path.fullpath)
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.cpp | 448 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/ |
D | badfree3.vgtest | 2 vgopts: -q --fullpath-after=${PWD}/
|
D | varinfo5.vgtest | 2 vgopts: --fullpath-after=${PWD}/ --read-var-info=yes --read-inline-info=yes -q
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/ |
D | digest.py | 137 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/ |
D | fx_ge_fontmap.cpp | 1335 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/ |
D | FindSpecRefs | 823 fullpath = os.path.join(dirpath, filename) 824 references.extend(list(scanFile(fullpath, filename)))
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 75 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/ |
D | sandbox | 162 def fullpath(cmd): 380 cmds[0] = fullpath(cmds[0])
|
/external/valgrind/coregrind/m_debuginfo/ |
D | image.c | 609 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_()
|
D | priv_image.h | 62 DiImage* ML_(img_from_local_file)(const HChar* fullpath);
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 973 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/ |
D | crashlog.py | 553 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/ |
D | heap.py | 944 …cription = 'section %s.%s containing "%s"' % (section_modules[idx].file.fullpath, section.name, ex…
|
/external/jemalloc/bin/ |
D | jeprof.in | 4325 my $fullpath = $prefix . $suffix; 4326 if (-e $fullpath) { 4327 return $fullpath;
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 799 void FPDF_FileSpec_SetWin32Path(CPDF_Object* pFileSpec, const CFX_WideString& fullpath);
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3729 fullpath = common_path + header 3730 if same_module and UpdateIncludeState(fullpath, include_state, io):
|