/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DirectoryEntrySync.h | 48 static PassRefPtr<DirectoryEntrySync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 50 return adoptRef(new DirectoryEntrySync(fileSystem, fullPath)); 61 DirectoryEntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
|
DirectoryReader.cpp | 41 DirectoryReader::DirectoryReader(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 42 : DirectoryReaderBase(fileSystem, fullPath)
|
DirectoryReaderBase.h | 47 DirectoryReaderBase(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 49 , m_fullPath(fullPath)
|
EntryBase.h | 52 const String& fullPath() const { return m_fullPath; } 58 EntryBase(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
|
FileEntry.cpp | 42 FileEntry::FileEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 43 : Entry(fileSystem, fullPath)
|
FileEntrySync.cpp | 40 FileEntrySync::FileEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 41 : EntrySync(fileSystem, fullPath)
|
EntrySync.cpp | 84 String parentPath = DOMFilePath::getDirectory(fullPath()); 88 EntrySync::EntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 89 : EntryBase(fileSystem, fullPath)
|
DirectoryEntry.cpp | 42 DirectoryEntry::DirectoryEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 43 : Entry(fileSystem, fullPath)
|
DirectoryEntrySync.cpp | 43 DirectoryEntrySync::DirectoryEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 44 : EntrySync(fileSystem, fullPath)
|
DirectoryReaderSync.cpp | 44 DirectoryReaderSync::DirectoryReaderSync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 45 : DirectoryReaderBase(fileSystem, fullPath)
|
Entry.cpp | 46 Entry::Entry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 47 : EntryBase(fileSystem, fullPath)
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveOpenCallback.cpp | 97 UString fullPath = _folderPrefix + name;
98 if (!_fileInfo.Find(fullPath))
104 if (!inFile->Open(fullPath))
|
ArchiveExtractCallback.cpp | 110 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath)
112 fullPath = _directoryPath;
116 fullPath += wchar_t(NFile::NName::kDirDelimiter);
117 fullPath += dirPathParts[i];
118 NFile::NDirectory::MyCreateDirectory(fullPath);
160 UString fullPath;
163 RINOK(_arc->GetItemPath(index, fullPath));
166 _filePath = fullPath;
186 if (!_wildcardCensor->CheckPath(fullPath, !_fi.IsDir))
221 SplitPathToParts(fullPath, pathParts); [all...] |
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);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
GeeTest.java | 105 String fullPath = NATIVE_TESTS_DIRECTORY + File.separator + mExeName; 107 CLog.v("Running gtest %s %s on %s", fullPath, flags, mDevice.getSerialNumber()); 109 CLog.v("%s", mDevice.executeShellCommand(String.format("chmod 755 %s", fullPath))); 112 mDevice.executeShellCommand(String.format("%s %s", fullPath, flags), resultParser,
|
/external/icu4c/layoutex/ |
layoutex.vcxproj | 253 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
256 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
259 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
262 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
267 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
270 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
273 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
276 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
281 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
284 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout [all...] |
/frameworks/base/tools/aapt/ |
DirectoryWalker.h | 80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); 81 stat(fullPath.string(),&mStats);
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 260 char* fullPath = NULL; 287 if (fullPath != NULL) { 288 free(fullPath); 290 fullPath = (char*)malloc(srcLen + strlen(de->d_name) + 2); 291 strcpy(fullPath, srcPath); 292 fullPath[srcLen] = '/'; 293 strcpy(fullPath+srcLen+1, de->d_name); 298 if (strcmp(SKIP_PATHS[i].path, fullPath) == 0) { 307 int ret = lstat(fullPath, &statBuffer); 311 fullPath, strerror(errno)) [all...] |
/external/chromium_org/content/browser/download/ |
download_file_unittest.cc | 167 EXPECT_TRUE(base::ReadFileToString(download_file_->FullPath(), &disk_data)); 198 EXPECT_TRUE(base::GetFileSize(download_file_->FullPath(), &size)); 342 base::FilePath initial_path(download_file_->FullPath()); 354 base::FilePath renamed_path = download_file_->FullPath(); 369 renamed_path = download_file_->FullPath(); 383 renamed_path = download_file_->FullPath(); 400 renamed_path = download_file_->FullPath(); 437 base::FilePath initial_path(download_file_->FullPath()); 459 base::FilePath initial_path(download_file_->FullPath()); 493 base::FilePath initial_path(download_file_->FullPath()); [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
Interp.java | 109 public static String getTestsuiteDir(String fullPath, String fileName) { 110 return fullPath.substring(0, fullPath.length()-fileName.length());
|
/external/chromium_org/third_party/skia/include/core/ |
SkOSFile.h | 151 * Behaves like python's os.path.basename. If the fullPath is 153 * @param fullPath Full path to the file. 157 static SkString SkBasename(const char* fullPath);
|
/external/skia/include/core/ |
SkOSFile.h | 151 * Behaves like python's os.path.basename. If the fullPath is 153 * @param fullPath Full path to the file. 157 static SkString SkBasename(const char* fullPath);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
directory_tree.js | 28 entries[i]['label'] = PathUtil.getRootLabel(entries[i].fullPath); 77 } else if (currentEntry.fullPath == currentElement.fullPath) { 82 } else if (currentEntry.fullPath < currentElement.fullPath) { 86 } else if (currentEntry.fullPath > currentElement.fullPath) { 206 var path = dirEntry.fullPath; 224 this.fullPath = path; 346 if (changedDirectryPath === this.entry.fullPath) { [all...] |
directory_model.js | 62 fullPath: RootDirectory.DRIVE + '/' + DriveSubRootDirectory.ROOT, 76 fullPath: RootDirectory.DRIVE_OFFLINE, 90 fullPath: RootDirectory.DRIVE_SHARED_WITH_ME, 106 fullPath: RootDirectory.DRIVE_RECENT, 164 return PathUtil.getRootType(entry ? entry.fullPath : ''); 172 return entry ? PathUtil.getRootPath(entry.fullPath) : ''; 322 return util.makeFilesystemUrl(entry.fullPath); 332 return entry ? entry.fullPath : ''; 344 return fileList.item(i).fullPath; 371 if (hash.hasOwnProperty(safeKey(fileList.item(i).fullPath))) [all...] |
/external/skia/bench/ |
SkipZeroesBench.cpp | 54 SkString fullPath = SkOSPath::SkPathJoin(resPath, fFilename.c_str()); 55 SkFILEStream fileStream(fullPath.c_str());
|