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

1 2 34 5 6 7 8 91011>>

  /frameworks/native/cmds/installd/tests/
installd_cache_test.cpp 70 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str();
71 ::mkdir(fullPath, 0755);
75 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str();
76 int fd = ::open(fullPath, O_RDWR | O_CREAT, 0644);
81 ::utime(fullPath, &times);
85 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str();
86 return ::access(fullPath, F_OK);
90 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str();
92 if (!stat(fullPath, &buf)) {
110 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str()
    [all...]
  /external/autotest/client/site_tests/video_VideoReload/
video_VideoReload.py 24 @param video_file: fullpath to video to play.
  /external/capstone/bindings/vb6/
Project1.vbp 46 fullPath=%ap%\bin\demo.exe
  /external/deqp/scripts/build/
common.py 108 fullPath = os.path.join(path, binWithExt)
109 if os.path.isfile(fullPath) and os.access(fullPath, os.X_OK):
110 return 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/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 130 FString fullPath;
131 if (!MyGetFullPathName(path, fullPath))
178 v1.Add(fs2us(fullPath));
179 v2.Add(fs2us(fullPath));
  /external/python/cpython3/Tools/msi/exe/
exe.wixproj 34 <Content>$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
  /external/python/cpython3/Tools/msi/
make_zip.proj 36 <Exec Command="&quot;$(PythonExe)&quot; generate_md5.py @(UserFiles->'&quot;%(FullPath)&quot;',' ')" />
  /frameworks/base/libs/hwui/
PropertyValuesHolder.h 104 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId,
115 VectorDrawable::FullPath* mFullPath;
121 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue,
131 VectorDrawable::FullPath* mFullPath;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DataClass.py 335 # @param FullPath: FullPath of a File
346 # @var FullPath: FullPath of a File
354 def __init__(self, ID = -1, Name = '', ExtName = '', Path = '', FullPath = '', Model = MODEL_UNKNOWN, TimeStamp = '', \
360 self.FullPath = FullPath
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 30 select Value1, FullPath from Inf, File where Inf.Model = %s and Inf.BelongsToFile in(
42 (select ID from File where FullPath = '%s') and Model = %s""" \
60 SqlCommand = """select FullPath from File where Model = %s""" % str(FileModel)
126 SqlStatement = """ select ID from File where FullPath like '%s'""" % FileName
189 SqlStatement = """ select ID from File where FullPath like '%s'""" % FileName
196 SqlStatement = """ select ID from File where FullPath like '%s'""" % FileName
203 SqlStatement = """ select ID from File where FullPath like '%s'""" % FileName
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 297 std::string fullPath = path1;
298 if (fullPath[fullPath.length() - 1] != OS_PATH_SEPARATOR) {
299 fullPath += OS_PATH_SEPARATOR;
302 fullPath += path2.substr(1, string::npos);
304 fullPath += path2;
306 return fullPath;
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 132 // FullPath retrieves the full path of the specified file.
133 func FullPath(name string) (path string, err error) {
156 ndir, err := FullPath(dir)
195 return FullPath(d + "\\" + p[2:])
197 return FullPath(p)
207 return FullPath(d[:2] + p)
209 return FullPath(d + "\\" + p)
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 132 // FullPath retrieves the full path of the specified file.
133 func FullPath(name string) (path string, err error) {
156 ndir, err := FullPath(dir)
195 return FullPath(d + "\\" + p[2:])
197 return FullPath(p)
207 return FullPath(d[:2] + p)
209 return FullPath(d + "\\" + p)
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 211 char fullpath[PATH_MAX]; local
212 fullpath[0] = 0;
214 strncpy_s(fullpath, PATH_MAX, basePath, basePathLength);
215 strncpy_s(fullpath + basePathLength, PATH_MAX - basePathLength, winFindData.cFileName, (int)strlen(winFindData.cFileName));
220 " list failed\n", __FILE__, __FUNCTION__, fullpath);
229 "list failed\n", __FILE__, __FUNCTION__, fullpath);
279 char fullpath[PATH_MAX]; local
281 memset(fullpath, 0, PATH_MAX);
283 strcpy(fullpath, path);
285 strcat(fullpath, "/");
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCmdSymbol.c 21 @param FullPath - full file path
28 IN CHAR16 *FullPath
34 FileName = FullPath;
35 TempFileName = StrGetNewTokenLine (FullPath, L"\\");
50 @param FullPath - full file path
57 IN CHAR16 *FullPath
62 FileName = GetFileNameFromFullPath (FullPath);
63 if (FileName != FullPath) {
65 return FullPath;
  /external/syslinux/core/fs/pxe/
pxe.c 275 char fullpath[2*FILENAME_MAX]; local
290 strlcpy(fullpath, filename, sizeof fullpath);
292 strcpy(urlsave, fullpath);
294 parse_url(&url, fullpath);
296 snprintf(fullpath, sizeof fullpath, "%s%s", fs->cwd_name, filename);
298 strcpy(urlsave, fullpath);
300 parse_url(&url, fullpath);
  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 147 ByteString fullpath = path; local
149 fullpath += "\\";
151 fullpath += "/";
154 fullpath += filename;
155 bFolder ? ScanPath(fullpath) : ScanFile(fullpath);
  /external/python/cpython3/Modules/
zipimport.c 294 PyObject *path, *fullpath, *item; local
307 fullpath = PyUnicode_FromFormat("%U%s", path, zso->suffix);
308 if (fullpath == NULL) {
312 item = PyDict_GetItem(self->files, fullpath);
313 Py_DECREF(fullpath);
488 PyObject *pkgpath, *fullpath, *subname; local
495 fullpath = PyUnicode_FromFormat("%U%c%U%U",
499 if (fullpath == NULL)
502 pkgpath = Py_BuildValue("[N]", fullpath);
635 PyObject *fullname, *subname, *path, *fullpath; local
1458 PyObject *path, *fullpath = NULL; local
    [all...]
  /external/icu/icu4c/source/io/
io.vcxproj 284 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
287 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
290 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
293 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
298 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
301 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
304 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
307 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
  /external/python/cpython2/Mac/Modules/file/
filescan.py 161 ('void_ptr', 'fullPath', 'InMode')],
162 [('FullPathName', 'fullPath', 'InMode')]),
  /external/skia/tools/skqp/
skqp.cpp 123 SkString fullPath = fPrefix.isEmpty()
126 return SkStream::MakeFromFile(fullPath.c_str());
  /external/skqp/tools/skqp/
skqp.cpp 123 SkString fullPath = fPrefix.isEmpty()
126 return SkStream::MakeFromFile(fullPath.c_str());
  /frameworks/rs/rsov/compiler/spirit/
transformer_test.cpp 73 const std::string &fullPath = getAbsolutePath(testDataPath + testFile);
74 return readFile<uint32_t>(fullPath);

Completed in 423 milliseconds

1 2 34 5 6 7 8 91011>>