HomeSort by relevance Sort by last modified time
    Searched refs:fullPath (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 213 const UString fullPath = phyPrefix + name;
215 if (!fi.Find(fullPath))
218 errorPaths.Add(fullPath);
225 errorPaths.Add(fullPath);
263 const UString fullPath = phyPrefix + nextNode.Name;
265 if (!fi.Find(fullPath))
270 errorPaths.Add(fullPath);
276 errorPaths.Add(fullPath);
ArchiveExtractCallback.h 86 void CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath);
LoadCodecs.cpp 38 TCHAR fullPath[MAX_PATH + 1];
39 ::GetModuleFileName(g_hInstance, fullPath, MAX_PATH);
40 CSysString path = fullPath;
ArchiveCommandLine.cpp 799 UString fullPath;
800 NFile::NDirectory::MyGetFullPathName(paths[i], fullPath);
801 fullPaths.Add(fullPath);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 461 my ($fullPath) = @_;
463 $fullPath =~ s|WebCore/webaudio|WebCore/Modules/webaudio|g;
464 $fullPath =~ s|JavaScriptCore/wtf|WTF/wtf|g;
465 $fullPath =~ s|test_expectations.txt|TestExpectations|g;
467 return $fullPath;
572 my ($fullPath) = @_;
573 my $escapedFullPath = escapeSubversionPath($fullPath);
576 if (-d $fullPath) {
581 my $normalizedFullPath = File::Spec->catdir(File::Spec->splitdir($fullPath));
    [all...]
  /external/deqp/executor/
xeBatchExecutor.cpp 46 std::string fullPath;
47 testCase->getFullPath(fullPath);
49 if (batchResult->hasTestCaseResult(fullPath.c_str()))
51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
xeTestCase.cpp 266 std::string fullPath;
267 childGroup->getFullPath(fullPath);
269 groupMap.insert(std::make_pair(fullPath, childGroup));
  /external/deqp/android/scripts/
common.py 36 fullPath = os.path.join(path, binName)
37 if isExecutable(fullPath):
38 return fullPath
  /external/doclava/src/com/google/doclava/
ClearPage.java 86 public static void write(Data data, String templ, String filename, boolean fullPath) {
90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) {
113 if (!fullPath) {
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_custom_bindings.js 24 var relativePath = $String.slice(fileEntry.fullPath, 1);
41 var relativePath = $String.slice(fileEntry.fullPath, 1);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.h 103 KURL createFileSystemURL(const String& fullPath) const;
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 265 final String fullPath = m_canonical ? Files.canonicalizePathname (path.getPath ()) : path.getPath ();
267 if (m_pathSet.add (fullPath))
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /external/deqp/scripts/
run_nightly.py 123 fullPath = os.path.join(logsDir, file)
124 if os.path.isfile(fullPath) and fnmatch.fnmatch(file, "*.csv"):
125 files.append(fullPath)
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 239 UString fullPath;
241 fullPath = kEmptyFileAlias;
246 fullPath = prop.bstrVal;
248 _filePath = fullPath;
426 UString FullPath;
574 UString path = DirPrefix + dirItem.FullPath;
716 di.FullPath = name;
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 349 fullPath = folder + filename
350 writer.simpletag('extfileimagedata', value=fullPath)
353 with open(fullPath, "wb") as file:
357 fullPath = attrs['value']
358 with open(fullPath, "rb") as file:
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
FileSystemWorkspaceBinding.js 426 * @param {string} fullPath
429 function trimAndNormalizeFileSystemPath(fullPath)
431 var trimmedPath = fullPath.substr(this._fileSystem.path().length + 1);
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 288 string fullPath;
289 testNode->getFullPath(fullPath);
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 746 if (entry.fullPath == '/root' || entry.fullPath.indexOf('/root/') === 0) {
749 isRootEntry = entry.fullPath === '/root';
750 } else if (entry.fullPath == '/other' ||
751 entry.fullPath.indexOf('/other/') === 0) {
754 isRootEntry = entry.fullPath === '/other';
  /external/deqp/modules/gles2/scripts/
genutil.py 38 fullPath = prefix + case.name
39 assert (fullPath not in g_processedCases)
40 g_processedCases[fullPath] = None
  /external/deqp/modules/gles3/scripts/
genutil.py 38 fullPath = prefix + case.name
39 assert (fullPath not in g_processedCases)
40 g_processedCases[fullPath] = None
  /external/deqp/modules/gles31/scripts/
genutil.py 38 fullPath = prefix + case.name
39 assert (fullPath not in g_processedCases)
40 g_processedCases[fullPath] = None
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesView.js 757 var fullPath = (path ? path + "/" : "") + candidates[index];
758 var nextUISourceCode = currentUISourceCode.project().uiSourceCode(fullPath);
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 507 glu::TypeComponentVector fullPath(varPath.size() + iter.getPath().size());
509 std::copy(varPath.begin(), varPath.end(), fullPath.begin());
510 std::copy(iter.getPath().begin(), iter.getPath().end(), fullPath.begin()+varPath.size());
512 string attribName = getAttributeName(varName.c_str(), fullPath);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 987 return util.collator.compare(entry1.fullPath, entry2.fullPath);
1011 var ancestorPath = ancestorEntry.fullPath;
1014 return childEntry.fullPath.indexOf(ancestorPath) === 0;
    [all...]

Completed in 1373 milliseconds

1 23 4