Home
last modified time | relevance | path

Searched refs:absolutePath (Results 1 – 4 of 4) sorted by relevance

/external/srec/portable/src/
DPFileSystem.c327 LCHAR absolutePath[P_PATH_MAX]; in PFileSystemCreatePFile() local
337 LSTRCPY(absolutePath, filename); in PFileSystemCreatePFile()
338 lstrtrim(absolutePath); in PFileSystemCreatePFile()
340 CHKLOG(rc, PFileSystemGetAbsolutePath(absolutePath, &len)); in PFileSystemCreatePFile()
341 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL)); in PFileSystemCreatePFile()
342 rc = fileSystem->createPFile(fileSystem, absolutePath, littleEndian, self); in PFileSystemCreatePFile()
347 PLogError("%s, %s, %s", ESR_rc2str(rc), filename, absolutePath); in PFileSystemCreatePFile()
358 LCHAR absolutePath[P_PATH_MAX]; in PFileSystemMkdir() local
368 LSTRCPY(absolutePath, path); in PFileSystemMkdir()
369 lstrtrim(absolutePath); in PFileSystemMkdir()
[all …]
/external/webkit/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromiumWin.cpp120 int, char* absolutePath) in chromiumFullPathname() argument
123 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath); in chromiumFullPathname()
/external/webkit/WebKitTools/Scripts/
Dresolve-ChangeLogs151 my $absolutePath = Cwd::abs_path($originalPath);
152 return File::Spec->abs2rel($absolutePath, Cwd::getcwd());
/external/webkit/WebCore/platform/qt/
DFileSystemQt.cpp99 return String(QFileInfo(path).absolutePath()); in directoryName()