HomeSort by relevance Sort by last modified time
    Searched defs:fullPath (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/base/tools/aapt/
FileFinder.cpp 60 String8 fullPath = basePath.appendPathCopy(entryName);
62 if (isDirectory(fullPath.string()) ) {
64 findFiles(fullPath, extensions, fileStore,copy);
69 if (isFile(fullPath.string()) ) {
70 checkAndAddFile(fullPath,dw->entryStats(),extensions,fileStore);
DirectoryWalker.h 80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name);
81 stat(fullPath.string(),&mStats);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntryBase.h 52 const String& fullPath() const { return m_fullPath; }
58 EntryBase(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 77 String fullPath;
79 fullPath = file.getCanonicalPath();
81 fullPath = file.getAbsolutePath();
83 return String.format("%s@%s", fullPath, file.lastModified());
  /external/lzma/CPP/Windows/
DLL.cpp 77 TCHAR fullPath[MAX_PATH + 2];
78 DWORD size = ::GetModuleFileName(hModule, fullPath, MAX_PATH + 1);
81 result = fullPath;
93 wchar_t fullPath[MAX_PATH + 2];
94 DWORD size = ::GetModuleFileNameW(hModule, fullPath, MAX_PATH + 1);
97 result = 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);
LoadCodecs.cpp 38 TCHAR fullPath[MAX_PATH + 1];
39 ::GetModuleFileName(g_hInstance, fullPath, MAX_PATH);
40 CSysString path = 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/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/chromium_org/chrome/browser/resources/file_manager/js/
directory_model.js 121 fullPath: RootDirectory.DRIVE + '/' + DriveSubRootDirectory.ROOT,
134 fullPath: RootDirectory.DRIVE_OFFLINE,
147 fullPath: RootDirectory.DRIVE_SHARED_WITH_ME,
162 fullPath: RootDirectory.DRIVE_RECENT,
254 this.currentDirContents_.getDirectoryEntry().fullPath);
270 this.currentDirContents_.getDirectoryEntry().fullPath);
413 return util.makeFilesystemUrl(entry.fullPath);
422 return this.currentDirContents_.getDirectoryEntry().fullPath;
434 return fileList.item(i).fullPath;
461 if (hash.hasOwnProperty(safeKey(fileList.item(i).fullPath)))
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 386 char *fullPath = NULL;
404 fullPath = pathToFullPath(filename, source);
418 files[fileCount].pathname=fullPath;
423 file=T_FileStream_open(fullPath, "rb");
425 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath);
432 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath);
441 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize);
494 char *fullPath;
499 fullPath = uprv_malloc(newLength);
501 uprv_strcpy(fullPath, source)
    [all...]
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 407 char *fullPath = NULL;
425 fullPath = pathToFullPath(filename, source);
438 files[fileCount].pathname=fullPath;
443 file=T_FileStream_open(fullPath, "rb");
445 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath);
452 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath);
461 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize);
511 char *fullPath;
516 fullPath = uprv_malloc(newLength);
518 uprv_strcpy(fullPath, source)
    [all...]
  /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...]
  /packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java 521 final File fullPath = new File(folder, fileName);
523 fullPath.delete();
526 FileProvider.getUriForFile(context, FILE_PROVIDER_AUTHORITY, fullPath);
  /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))
  /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;
  /packages/apps/Camera2/src/com/android/camera/crop/
SaveImage.java 163 final String[] fullPath = new String[1];
170 fullPath[0] = cursor.getString(0);
174 if (fullPath[0] != null) {
178 File currentFile = new File(fullPath[0]);
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 233 static const struct stat *findFile(const char *file, const char **fullPath);
444 static const struct stat *findFile(const char *file, const char **fullPath)
450 *fullPath = file;
458 while ((*fullPath = getFullPath(i++, fileName)))
460 if (0 == stat(*fullPath, &sbuf))
970 const char *fullPath;
979 if (!(sbuf = findFile(path, &fullPath)))
1003 dls = loadModule(fullPath, sbuf, mode);
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]
  /frameworks/rs/
rsFont.cpp 760 char fullPath[1024];
763 strcpy(fullPath, root);
764 strcat(fullPath, "/fonts/Roboto-Regular.ttf");
765 mDefault.set(Font::create(mRSC, fullPath, 8, mRSC->getDPI()));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 177 final String[] fullPath = new String[1];
184 fullPath[0] = cursor.getString(0);
188 if (fullPath[0] != null) {
192 File currentFile = new File(fullPath[0]);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java     [all...]

Completed in 1878 milliseconds

1 2 3