HomeSort by relevance Sort by last modified time
    Searched full:absolutepath (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/srec/portable/src/
PFileSystem.c 327 LCHAR absolutePath[P_PATH_MAX];
337 LSTRCPY(absolutePath, filename);
338 lstrtrim(absolutePath);
340 CHKLOG(rc, PFileSystemGetAbsolutePath(absolutePath, &len));
341 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));
342 rc = fileSystem->createPFile(fileSystem, absolutePath, littleEndian, self);
347 PLogError("%s, %s, %s", ESR_rc2str(rc), filename, absolutePath);
358 LCHAR absolutePath[P_PATH_MAX];
368 LSTRCPY(absolutePath, path);
369 lstrtrim(absolutePath);
    [all...]
  /external/chromium/chrome/common/extensions/
extension_resource.cc 45 if (!file_util::AbsolutePath(&clean_extension_root))
52 // We also check if the path exists because the posix version of AbsolutePath
54 // Windows... So until the posix and Windows version of AbsolutePath are
56 // TODO(mad): Fix this once AbsolutePath is unified.
57 if (file_util::AbsolutePath(&full_path) &&
extension_resource_unittest.cc 82 ASSERT_TRUE(file_util::AbsolutePath(&expected_path));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
VersionNumberStripper.java 56 String absolutePath = files[i].getAbsolutePath();
57 String path = absolutePath.substring(0, absolutePath.length()
CompileErrorCheck.java 97 String absolutePath = aFile.getAbsolutePath();
98 if (absolutePath.endsWith(".xml")) {
100 } else if (absolutePath.endsWith(".jar.bin.log")||absolutePath.endsWith("dot.bin.log")){
  /external/webkit/Source/WebCore/fileapi/
DOMFileSystemBase.cpp 140 static bool pathToAbsolutePath(const EntryBase* base, String path, String& absolutePath)
146 absolutePath = DOMFilePath::removeExtraParentReferences(path);
148 if (!DOMFilePath::isValidPath(absolutePath))
210 String absolutePath;
211 if (!pathToAbsolutePath(base, path, absolutePath))
214 String platformPath = m_asyncFileSystem->virtualToPlatformPath(absolutePath);
215 OwnPtr<EntryCallbacks> callbacks = EntryCallbacks::create(successCallback, errorCallback, this, absolutePath, false);
225 String absolutePath;
226 if (!pathToAbsolutePath(base, path, absolutePath))
229 String platformPath = m_asyncFileSystem->virtualToPlatformPath(absolutePath);
    [all...]
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java 69 assertEquals("/java/lang", p.absolutePath());
76 assertEquals("System Preference Node: " + p.absolutePath(), p
93 assertEquals("/", p.absolutePath());
97 assertEquals("System Preference Node: " + p.absolutePath(), p
109 assertEquals("/java/lang", p.absolutePath());
116 assertEquals("User Preference Node: " + p.absolutePath(), p.toString());
131 assertEquals("/", p.absolutePath());
135 assertEquals("User Preference Node: " + p.absolutePath(), p.toString());
287 public String absolutePath() {
AbstractPreferencesTest.java 181 assertEquals("User Preference Node: " + pref.absolutePath(), pref
186 assertEquals("System Preference Node: " + pref.absolutePath(), pref
191 assertEquals("/java/util/prefs/mock", pref.absolutePath());
194 assertEquals("/java/util/prefs/mock/ ", pref.absolutePath());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 69 String absolutePath = localPath;
74 absolutePath = getAbsolutePathFromRelativePath(localPath);
84 if (null != absolutePath)
86 if (absolutePath.startsWith(File.separator))
87 urlString = "file://" + absolutePath;
89 urlString = "file:///" + absolutePath;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 62 String absolutePath = localPath;
67 absolutePath = getAbsolutePathFromRelativePath(localPath);
77 if (null != absolutePath)
79 if (absolutePath.startsWith(File.separator))
80 urlString = "file://" + absolutePath;
82 urlString = "file:///" + absolutePath;
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 75 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile));
76 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath);
90 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir));
92 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(AbsolutePath,
JSONCompilationDatabase.cpp 308 SmallString<128> AbsolutePath(
310 llvm::sys::path::append(AbsolutePath, FileName);
311 llvm::sys::path::native(AbsolutePath.str(), NativeFilePath);
Tooling.cpp 140 SmallString<1024> AbsolutePath(BaseDirectory);
141 llvm::sys::path::append(AbsolutePath, RelativePath);
142 llvm::sys::path::native(Twine(AbsolutePath), PathStorage);
  /external/chromium/base/test/
test_file_util_posix.cc 40 if (!AbsolutePath(&real_to_path))
44 if (!AbsolutePath(&real_to_path))
  /external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumPosix.cpp 145 // absolutePath - the output buffer where the absolute path will be stored.
147 int, char* absolutePath)
150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
SQLiteFileSystemChromiumWin.cpp 117 // absolutePath - the output buffer where the absolute path will be stored.
119 int, char* absolutePath)
122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
  /external/chromium/base/
file_util.cc 253 if (!file_util::AbsolutePath(&abs_parent) ||
254 !file_util::AbsolutePath(&abs_child))
258 // file_util::AbsolutePath() does not flatten case on Windows, so we must do
266 // file_util::AbsolutePath() normalizes '/' to '\' on Windows, so we only need
path_service.cc 216 // this to the absolute path because on POSIX, AbsolutePath fails if called
225 if (!file_util::AbsolutePath(&file_path))
file_util_posix.cc 85 bool AbsolutePath(FilePath* path) {
236 if (!AbsolutePath(&real_to_path))
240 if (!AbsolutePath(&real_to_path))
244 if (!AbsolutePath(&real_from_path))
  /external/chromium/chrome/browser/
shell_integration.cc 37 if (file_util::AbsolutePath(&user_data_dir) &&
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 91 file_util::AbsolutePath(&file_path);
  /frameworks/av/drm/drmserver/
DrmManager.cpp 178 status_t DrmManager::installDrmEngine(int uniqueId, const String8& absolutePath) {
180 mPlugInManager.loadPlugIn(absolutePath);
182 IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(absolutePath);
187 mSupportInfoToPlugInIdMap.add(*info, absolutePath);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 400 String absolutePath = file.getAbsolutePath();
406 MediaScannerConnection.scanFile(context, new String[] {absolutePath},
413 attachment.mMimeType, absolutePath, size,
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 306 SmallString<16> AbsolutePath;
308 sys::path::append(AbsolutePath, CompilationDir);
310 sys::path::append(AbsolutePath, FileName);
311 FileName = AbsolutePath.str();
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 98 return QFileInfo(path).absolutePath();

Completed in 659 milliseconds

1 2 3