Searched defs:fullpath (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Drs_fixpypath.py18 fullpath = os.path.join(TRUNK_DIRECTORY, subdir) variable
19 if fullpath not in sys.path:
20 sys.path.append(fullpath)
/external/chromium_org/third_party/skia/tools/tests/
H A Dfix_pythonpath.py18 fullpath = os.path.join(TRUNK_DIRECTORY, subdir) variable
19 if fullpath not in sys.path:
20 sys.path.append(fullpath)
/external/chromium_org/ppapi/tests/extensions/media_galleries/
H A Dtest_galleries.cc73 std::string fullpath = var_fullpath.AsString(); local
89 return pp::FileRef(filesystem, fullpath.c_str());
/external/fsck_msdos/
H A Ddir.c100 static char *fullpath(struct dosDirEntry *);
170 fullpath(struct dosDirEntry *dir) function
407 fullpath(dir), dir->size, physicalSize);
419 fullpath(dir));
591 fullpath(dir));
717 fullpath(dir), 2);
756 fullpath(&dirent), 0);
772 fullpath(&dirent));
798 fullpath(&dirent));
802 fullpath(
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp499 std::string fullpath; local
513 if (module_sp->RemapSourceFile (path, fullpath))
514 support_files.Append(FileSpec (fullpath.c_str(), false));
524 fullpath = cu_comp_dir;
526 if (*fullpath.rbegin() != '/')
527 fullpath += '/';
528 fullpath += include_directories[dir_idx];
532 fullpath = include_directories[dir_idx];
536 fullpath = cu_comp_dir;
539 if (!fullpath
[all...]
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.cpp452 CFX_ByteString fullpath = path; local
453 fullpath += "/";
454 fullpath += filename;
456 ScanPath(fullpath);
458 ScanFile(fullpath);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c590 DiImage* ML_(img_from_local_file)(const HChar* fullpath) argument
596 fd = VG_(open)(fullpath, VKI_O_RDONLY, 0);
618 img->source.name = ML_(dinfo_strdup)("di.image.ML_iflf.2", fullpath);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp973 char fullpath[2048]; local
974 strcpy(fullpath, basePath);
975 strcat(fullpath, currName);
978 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp973 char fullpath[2048]; local
974 strcpy(fullpath, basePath);
975 strcat(fullpath, currName);
978 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1378 CFX_ByteString fullpath = path; local
1380 fullpath += "\\";
1382 fullpath += "/";
1384 fullpath += filename;
1386 ScanPath(fullpath);
1388 ScanFile(fullpath);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp620 m_option_compile_units (LLDB_OPT_SET_1, false, "file", 'file', 0, eArgTypeFilename, "A basename or fullpath to a file that contains global variables. This option can be specified multiple times."),
621 m_option_shared_libraries (LLDB_OPT_SET_1, false, "shlib",'shlb', 0, eArgTypeFilename, "A basename or fullpath to a shared library to use in the search for global variables. This option can be specified multiple times."),
1401 std::string fullpath = file_spec_ptr->GetPath(); local
1402 strm.Printf("%-*s", width, fullpath.c_str());
1852 // Dump specified images (by basename or fullpath)
2161 // Dump specified images (by basename or fullpath)
2286 // Dump specified images (by basename or fullpath)
2394 // Dump specified images (by basename or fullpath)
2472 // Dump specified images (by basename or fullpath)
3164 // Dump specified images (by basename or fullpath)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 3384 milliseconds