HomeSort by relevance Sort by last modified time
    Searched full:fullpath (Results 176 - 200 of 429) sorted by null

1 2 3 4 5 6 78 91011>>

  /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))
  /development/testrunner/
run_command.py 190 We look for the fullpath to avoid picking up 'alternative' valgrind
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfDefineSectionParser.py 180 InfDefMemberObj.CurrentLine.SetFileName(self.FullPath)
InfParserMisc.py 204 self.FullPath = ''
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.c 135 // First Extract the FileName from fullpath
  /external/dtc/
livetree.c 821 data_copy_mem(node->fullpath,
822 strlen(node->fullpath) + 1));
867 if (strchr(node->fullpath, ':') || strchr(prop->name, ':'))
871 node->fullpath, prop->name, m->offset);
  /external/llvm/lib/Support/Unix/
Path.inc 98 char fullpath[PATH_MAX];
100 snprintf(fullpath, PATH_MAX, "%s/%s", dir, bin);
101 if (!realpath(fullpath, ret))
103 if (stat(fullpath, &sb) != 0)
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 511 * fullpath(buf, buflen, name)
520 static int fullpath(char *buf, int buflen, const char *name) function
549 * Like fullpath(), only concatenate two pathname components on end.
555 if (fullpath(buf, buflen, name1) < 0)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 240 void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath);
  /external/python/cpython3/PCbuild/
_decimal.vcxproj 112 <Command>ml64 /nologo /c /Zi /Fo "$(IntDir)vcdiv64.obj" "%(FullPath)"</Command>
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
Path.inc 99 char fullpath[PATH_MAX];
101 snprintf(fullpath, PATH_MAX, "%s/%s", dir, bin);
102 if (!realpath(fullpath, ret))
104 if (stat(fullpath, &sb) != 0)
  /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]);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
RenamingDelegatingContext.java 36 * This file was copied from framework/base. The DB related file names now understand fullpath
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 1622 char fullpath[MAXPATHLEN]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 1601 char fullpath[MAXPATHLEN]; local
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 1622 char fullpath[MAXPATHLEN]; local
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 338 PyObject *pkgpath, *fullpath; local
343 fullpath = PyString_FromFormat("%s%c%s%s",
348 if (fullpath == NULL)
351 pkgpath = Py_BuildValue("[O]", fullpath);
352 Py_DECREF(fullpath);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 338 PyObject *pkgpath, *fullpath; local
343 fullpath = PyString_FromFormat("%s%c%s%s",
348 if (fullpath == NULL)
351 pkgpath = Py_BuildValue("[O]", fullpath);
352 Py_DECREF(fullpath);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py 730 if self.FullPath:
751 if self.FullPath:
    [all...]
  /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/llvm/lib/Support/Windows/
Path.inc 89 SmallString<2*MAX_PATH> FullPath("\\\\?\\");
94 FullPath.append(CurPath);
106 llvm::sys::path::remove_filename(FullPath);
108 llvm::sys::path::append(FullPath, *I);
110 return UTF8ToUTF16(FullPath, Path16);
  /external/python/cpython2/Modules/
zipimport.c 340 PyObject *pkgpath, *fullpath; local
345 fullpath = PyString_FromFormat("%s%c%s%s",
350 if (fullpath == NULL)
353 pkgpath = Py_BuildValue("[O]", fullpath);
354 Py_DECREF(fullpath);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Path.inc 145 TCHAR FullPath[MAX_PATH + 1] = {0};
149 sizeof(FullPath)/sizeof(FullPath[0]),
150 FullPath, &FilePart);
159 path = FullPath;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
Path.inc 89 SmallString<2*MAX_PATH> FullPath("\\\\?\\");
94 FullPath.append(CurPath);
106 llvm::sys::path::remove_filename(FullPath);
108 llvm::sys::path::append(FullPath, *I);
110 return UTF8ToUTF16(FullPath, Path16);

Completed in 1657 milliseconds

1 2 3 4 5 6 78 91011>>