/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 594 StringBuilder fullPath = new StringBuilder(sdPath); 596 fullPath.append(File.separatorChar).append(subdirectory); 601 file = File.createTempFile("DMTEST_", null, new File(fullPath.toString())); 604 fullPath.append(File.separatorChar).append(filename); 605 file = new File(fullPath.toString()); [all...] |
/external/clang/lib/Basic/ |
VirtualFileSystem.cpp | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
Check.py | 49 SqlCommand = """select ID, FullPath, ExtName from File where ExtName like 'uni'"""
67 SqlCommand = """select ID, FullPath, ExtName from File where ExtName in ('.dec', '.inf', '.dsc', 'c', 'h')"""
282 SqlCommand = """select FullPath from File where ID = %s """ % ID
366 SqlCommand = """select ID, FullPath from File
462 SqlStatement = """ select ID from File where FullPath like '%s'""" % FullName
496 SqlStatement = """ select ID from File where FullPath like '%s'""" % FullName
502 SqlStatement = """ select ID from File where FullPath like '%s'""" % FullName
[all...] |
c.py | 490 where FullPath = \'%s\'
559 where FullPath like '%s'
597 FullPath = os.path.join(IncludePath, Str)
598 FullPath = os.path.normpath(FullPath)
599 if os.path.exists(FullPath):
600 return FullPath
620 FullPath = GetFullPathOfIncludeFile(FileName, IncludePathList)
621 if FullPath != None:
622 IncludeFileQueue.append(FullPath)
[all...] |
Database.py | 173 FileID = self.TblFile.Insert(File.Name, File.ExtName, File.Path, File.FullPath, Model = File.Model, TimeStamp = File.TimeStamp)
212 EdkLogger.verbose("Insert information from file %s ... DONE!" % File.FullPath)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Report.py | 204 SqlCommand = """select FullPath from File
262 SqlCommand = """select FullPath from File
|
Parser.py | 152 (select ID from File where FullPath = '%s') and Model = %s""" \
174 SqlCommand = """select ID, FullPath from File where Model in %s""" % str(FileModelList)
544 and Inf.Model = %s and Inf.Value1 = File.FullPath and File.Model = %s""" % (SourceFileFullPath, MODEL_EFI_SOURCE_FILE, MODEL_FILE_C)
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
InternalBm.h | 426 @param FullPath Return the full device path pointing to the load option.
435 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
|
/external/deqp/executor/tools/ |
xeBatchResultToXml.cpp | 288 string fullPath; 289 testNode->getFullPath(fullPath);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkBinaryRegistry.cpp | 596 const string fullPath = getProgramPath(m_srcPath, *indexPos); 600 de::UniquePtr<tcu::Resource> progRes (m_archive.getResource(fullPath.c_str()));
|
/external/python/cpython3/Python/ |
sysmodule.c | 2175 wchar_t fullpath[MAXPATHLEN]; local 2177 wchar_t fullpath[MAX_PATH]; local [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
SignalDrawable.java | 367 private void drawDot(Path fullPath, Path foregroundPath, float x, float y, float dotSize, 369 Path p = (i == mCurrentDot) ? foregroundPath : fullPath;
|
/external/dtc/ |
dtc.h | 162 char *fullpath; member in struct:node
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
DecClassObject.py | 326 PackageHeader.FullPath = self.Identification.FileFullPath
522 print 'FullPath =', M.Header[Arch].FullPath
|
MigrationUtilities.py | 49 # Set Name, Guid, FileName and FullPath fields of CommonHeaderClass object from
70 CommonHeader.FullPath = os.path.abspath(FileName)
|
/external/deqp/scripts/ |
run_nightly.py | 143 fullPath = os.path.join(logsDir, file) 144 if os.path.isfile(fullPath) and fnmatch.fnmatch(file, "*.csv"): 145 files.append(fullPath)
|
/external/ltp/testcases/kernel/mem/lib/ |
mem.c | 258 char fullpath[BUFSIZ]; local 261 snprintf(fullpath, BUFSIZ, PATH_KSM "%s", path); 262 SAFE_FILE_SCANF(fullpath, "%ld", &actual_val);
|
/system/libhidl/transport/ |
ServiceManagement.cpp | 342 const std::string fullPath = path + lib; 345 handle = dlopen(fullPath.c_str(), dlMode); 347 handle = android_load_sphal_library(fullPath.c_str(), dlMode);
|
/external/python/cpython2/PC/bdist_wininst/ |
install.c | 626 char fullpath[_MAX_PATH]; local 627 LONG size = sizeof(fullpath); 642 fullpath, &size) && 644 fullpath, &size)) 646 strcat(fullpath, "\\"); 647 strcat(fullpath, fname); 648 return LoadLibrary(fullpath); [all...] |
/external/python/cpython3/PC/bdist_wininst/ |
install.c | 654 char fullpath[_MAX_PATH]; local 655 LONG size = sizeof(fullpath); 670 fullpath, &size) && 672 fullpath, &size)) 674 strcat(fullpath, "\\"); 675 strcat(fullpath, fname); 678 return LoadLibraryEx(fullpath, NULL, LOAD_WITH_ALTERED_SEARCH_PATH); [all...] |
/external/deqp/modules/gles2/scripts/ |
genutil.py | 60 fullPath = prefix + case.name 61 assert (fullPath not in g_processedCases) 62 g_processedCases[fullPath] = None
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveCommandLine.cpp | 1022 FString fullPath;
1023 NFile::NDir::MyGetFullPathName(paths[i], fullPath);
1024 fullPaths.Add(fs2us(fullPath));
[all...] |
/external/python/cpython2/Lib/plat-mac/ |
EasyDialogs.py | 737 fullpath = os.path.join(pardir_path, name_utf8) 739 return unicode(fullpath, 'utf8') 740 return tpwanted(fullpath)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
EasyDialogs.py | 730 fullpath = os.path.join(pardir_path, name_utf8) 732 return unicode(fullpath, 'utf8') 733 return tpwanted(fullpath)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
EasyDialogs.py | 730 fullpath = os.path.join(pardir_path, name_utf8) 732 return unicode(fullpath, 'utf8') 733 return tpwanted(fullpath)
|