HomeSort by relevance Sort by last modified time
    Searched full:fullpath (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager_commands.js 69 // DirectoryItem.fullPath is set on initialization, but entry is lazily.
70 // We may use fullPath just in case that the entry has not been set yet.
75 // Check if it is Entry or not by referring the fullPath member variable.
76 return entry && entry.fullPath ? entry : null;
90 PathUtil.isRootPath(root.fullPath) &&
91 PathUtil.getRootType(root.fullPath);
362 fileManager.unmountVolume(PathUtil.getRootPath(root.fullPath));
397 // TODO(satorux): Stop assuming fullPath to be unique. crbug.com/320967
398 var mountPath = root.fullPath;
418 PathUtil.getRootType(root.fullPath) == RootType.REMOVABLE
    [all...]
  /external/chromium_org/content/browser/download/
mock_download_file.h 41 MOCK_CONST_METHOD0(FullPath, base::FilePath());
save_file.cc 68 base::FilePath SaveFile::FullPath() const {
save_file.h 35 base::FilePath FullPath() const;
download_item_impl_unittest.cc 422 EXPECT_CALL(*download_file, FullPath())
486 ON_CALL(*mock_download_file, FullPath())
694 EXPECT_CALL(*download_file, FullPath())
802 EXPECT_CALL(*download_file, FullPath())
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp 18 SkString SkOSPath::SkBasename(const char* fullPath) {
19 if (!fullPath) {
22 const char* filename = strrchr(fullPath, SkPATH_SEPARATOR);
24 filename = fullPath;
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 196 String fullPath;
198 fullPath = file.getCanonicalPath();
200 fullPath = file.getAbsolutePath();
202 return String.format("%s@%s", fullPath, file.lastModified());
  /external/skia/src/utils/
SkOSFile.cpp 18 SkString SkOSPath::SkBasename(const char* fullPath) {
19 if (!fullPath) {
22 const char* filename = strrchr(fullPath, SkPATH_SEPARATOR);
24 filename = fullPath;
  /external/fsck_msdos/
dir.c 100 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(&dirent)
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebKitHitTestTest.java 153 String fullpath = mWebServer.getResponseUrl("/hittest.html");
158 HitTestResult.SRC_ANCHOR_TYPE, fullpath));
159 assertTrue(pollForHrefAndImageSrcOnUiThread(fullpath, ANCHOR_TEXT, null));
176 String fullpath = mWebServer.getResponseUrl(relpath);
181 HitTestResult.SRC_ANCHOR_TYPE, fullpath));
182 assertTrue(pollForHrefAndImageSrcOnUiThread(fullpath, ANCHOR_TEXT, null));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
IsolatedFileSystem.js 133 if (this._manager.mapping().isFileExcluded(this._path, entry.fullPath))
135 callback(entry.fullPath.substr(1));
138 if (this._manager.mapping().isFileExcluded(this._path, entry.fullPath + "/"))
140 this._requestEntries(domFileSystem, entry.fullPath, innerCallback.bind(this));
184 callback(entry.fullPath.substr(1));
547 console.error(errorMessage + " when reading directory '" + dirEntry.fullPath + "'");
  /external/chromium_org/third_party/icu/source/io/
io.vcxproj 278 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
281 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
284 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
287 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
292 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
295 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
298 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
301 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
  /external/icu4c/io/
io.vcxproj 278 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
281 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
284 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
287 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
292 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
295 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
298 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
301 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
Entry.idl 38 readonly attribute DOMString fullPath;
EntrySync.idl 38 readonly attribute DOMString fullPath;
Entry.h 60 Entry(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
EntrySync.h 60 EntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 104 writer.onerror = util.flog('Error writing: ' + currentDest.fullPath);
106 console.log('Wrote: ' + currentDest.fullPath);
120 currentDest.fullPath));
file_manager.js 108 * The DirectoryEntry.fullPath value of the directory containing external
286 entry.fullPath);
571 this.currentDirEntry_.fullPath != '/' &&
573 this.currentDirEntry_.fullPath != MEDIA_DIRECTORY &&
588 this.currentDirEntry_.fullPath != '/' &&
590 this.currentDirEntry_.fullPath != MEDIA_DIRECTORY);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver.py 129 fullpath = filesystem.abspath(filesystem.join(self.server.options.results_directory, path))
130 if fullpath.startswith(filesystem.abspath(self.server.options.results_directory)):
131 self._serve_file(fullpath, headers_only=(self.command == 'HEAD'))
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
path_util.js 408 * @param {string} fullPath Full path.
411 PathUtil.getLocationInfo = function(volumeInfo, fullPath) {
417 if ((fullPath + '/').indexOf(volumeInfo.mountPath + '/root/') === 0) {
420 } else if ((fullPath + '/').indexOf(
425 throw new Error(fullPath + ' is an invalid drive path.');
438 var isRootEntry = (fullPath.substr(0, rootPath.length) || '/') === 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/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 307 asm_Debug_cmdline="yasm -Xvc -g cv8 -f \$(PlatformName) ${yasmincs} &quot;%(FullPath)&quot;"
308 asm_Release_cmdline="yasm -Xvc -f \$(PlatformName) ${yasmincs} &quot;%(FullPath)&quot;"
312 asm_Debug_cmdline="yasm -Xvc -g cv8 -f \$(PlatformName) ${yasmincs} &quot;%(FullPath)&quot;"
313 asm_Release_cmdline="yasm -Xvc -f \$(PlatformName) ${yasmincs} &quot;%(FullPath)&quot;"
316 asm_Debug_cmdline="armasm -nologo &quot;%(FullPath)&quot;"
317 asm_Release_cmdline="armasm -nologo &quot;%(FullPath)&quot;"
  /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/valgrind/main/none/tests/
cmdline1.stdout.exp 58 --fullpath-after= (with nothing after the '=')
60 --fullpath-after=string like --fullpath-after=, but only show the

Completed in 3288 milliseconds

1 23 4 5 6 7