Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 25 of 115) sorted by relevance

12345

/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp43 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater() argument
46 if (filePath == NULL || checkAgainst == NULL) { in isFileModTimeLater()
67 isLatest = isFileModTimeLater(filePath, newpath, isDir); in isFileModTimeLater()
72 int32_t latest = whichFileModTimeIsLater(filePath, newpath); in isFileModTimeLater()
89 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater()
130 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar) { in swapFileSepChar() argument
131 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) { in swapFileSepChar()
132 filePath[i] = (filePath[i] == oldFileSepChar ) ? newFileSepChar : filePath[i]; in swapFileSepChar()
Dfiletools.h27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
30 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar);
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dfiletools.cpp43 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater() argument
46 if (filePath == NULL || checkAgainst == NULL) { in isFileModTimeLater()
67 isLatest = isFileModTimeLater(filePath, newpath, isDir); in isFileModTimeLater()
72 int32_t latest = whichFileModTimeIsLater(filePath, newpath); in isFileModTimeLater()
89 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater()
130 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar) { in swapFileSepChar() argument
131 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) { in swapFileSepChar()
132 filePath[i] = (filePath[i] == oldFileSepChar ) ? newFileSepChar : filePath[i]; in swapFileSepChar()
Dfiletools.h27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
30 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
DFileSystemWorkspaceBinding.js267 var filePath = this._filePathForPath(path);
268 this._fileSystem.requestFileContent(filePath, callback);
277 var filePath = this._filePathForPath(path);
278 this._fileSystem.requestMetadata(filePath, callback);
296 var filePath = this._filePathForPath(path);
297 this._fileSystem.setFileContent(filePath, newContent, callback.bind(this, ""));
315 var filePath = this._filePathForPath(path);
316 this._fileSystem.renameFile(filePath, newName, innerCallback.bind(this));
331 var slash = filePath.lastIndexOf("/");
332 var parentPath = filePath.substring(0, slash);
[all …]
DFileSystemMapping.js279 _mappingEntryForPath: function(fileSystemPath, filePath) argument
291 if (filePath.startsWith(pathPrefix.substr(1)))
368 file.filePath = entry.pathPrefix.substr(1) + url.substr(entry.urlPrefix.length);
377 urlForPath: function(fileSystemPath, filePath) argument
379 var entry = this._mappingEntryForPath(fileSystemPath, filePath);
382 return entry.urlPrefix + filePath.substring(entry.pathPrefix.length - 1);
402 addMappingForResource: function(url, fileSystemPath, filePath) argument
405 var normalizedFilePath = "/" + filePath;
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
DDataObjectTest.cpp28 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in TEST_F() local
29 filePath.append("/Source/core/clipboard/DataObjectTest.cpp"); in TEST_F()
31 m_dataObject->addFilename(filePath, String()); in TEST_F()
42 EXPECT_EQ(filePath, file->path()); in TEST_F()
47 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in TEST_F() local
48 filePath.append("/Source/core/clipboard/DataObjectTest.cpp"); in TEST_F()
50 m_dataObject->addFilename(filePath, "name.cpp"); in TEST_F()
61 EXPECT_EQ(filePath, file->path()); in TEST_F()
/external/smack/src/org/jivesoftware/smack/
DBOSHConfiguration.java69 …public BOSHConfiguration(boolean https, String host, int port, String filePath, String xmppDomain)… in BOSHConfiguration() argument
73 file = (filePath != null ? filePath : "/"); in BOSHConfiguration()
91 …public BOSHConfiguration(boolean https, String host, int port, String filePath, ProxyInfo proxy, S… in BOSHConfiguration() argument
95 file = (filePath != null ? filePath : "/"); in BOSHConfiguration()
/external/chromium_org/chrome/browser/resources/extensions/
Dpack_extension_overlay.js63 window.handleFilePathSelected = function(filePath) { argument
64 callback(filePath);
77 this.showFileDialog_('folder', 'load', function(filePath) { argument
78 $('extension-root-dir').value = filePath;
88 this.showFileDialog_('file', 'pem', function(filePath) { argument
89 $('extension-private-key').value = filePath;
/external/chromium_org/third_party/WebKit/public/platform/
DWebBlobInfo.h29 …WebBlobInfo(const WebString& uuid, const WebString& filePath, const WebString& fileName, const Web… in WebBlobInfo() argument
34 , m_filePath(filePath) in WebBlobInfo()
39 …WebBlobInfo(const WebString& uuid, const WebString& filePath, const WebString& fileName, const Web… in WebBlobInfo() argument
44 , m_filePath(filePath) in WebBlobInfo()
65 const WebString& filePath() const in filePath() function
/external/chromium_org/third_party/WebKit/Source/core/testing/
DURLTestHelpers.cpp61 …std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().… in registerMockedURLLoad() local
62 filePath.append("/Source/web/tests/data/"); in registerMockedURLLoad()
63 filePath.append(std::string(relativeBaseDirectory.utf8().data())); in registerMockedURLLoad()
64 filePath.append(std::string(fileName.utf8().data())); in registerMockedURLLoad()
66 …()->unitTestSupport()->registerMockedURL(fullURL, response, WebString::fromUTF8(filePath.c_str())); in registerMockedURLLoad()
/external/qemu/android/kernel/
Dkernel_utils.cpp59 bool getFileDescription(void* opaque, const char* filePath, String* text) { in getFileDescription() argument
60 if (!filePath) { in getFileDescription()
65 if (!path_exists(filePath)) { in getFileDescription()
66 KERNEL_ERROR << "Kernel file doesn't exist: " << filePath; in getFileDescription()
78 command += filePath; in getFileDescription()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DSerializedScriptValueTest.cpp34 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in TEST_F() local
35 filePath.append("/Source/bindings/core/v8/SerializedScriptValueTest.cpp"); in TEST_F()
36 RefPtrWillBeRawPtr<File> originalFile = File::create(filePath); in TEST_F()
39 ASSERT_EQ(filePath, originalFile->path()); in TEST_F()
50 EXPECT_EQ(filePath, file->path()); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebHTTPBody.cpp76 result.filePath.reset(); in elementAt()
89 result.filePath = element.m_filename; in elementAt()
121 void WebHTTPBody::appendFile(const WebString& filePath) in appendFile() argument
124 m_private->appendFile(filePath); in appendFile()
127 void WebHTTPBody::appendFileRange(const WebString& filePath, long long fileStart, long long fileLen… in appendFileRange() argument
130 m_private->appendFileRange(filePath, fileStart, fileLength, modificationTime); in appendFileRange()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DgUnitBaseTest.java68 String filePath = testInput; in execLexer() local
69 File testInputFile = new File(filePath); in execLexer()
72 testInputFile = new File(packagePath, filePath); in execLexer()
73 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath(); in execLexer()
75 input = new ANTLRFileStream(filePath); in execLexer()
159 String filePath = testInput; in execParser() local
160 File testInputFile = new File(filePath); in execParser()
163 testInputFile = new File(packagePath, filePath); in execParser()
164 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath(); in execParser()
166 input = new ANTLRFileStream(filePath); in execParser()
[all …]
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
DCollPerf.pl42 my $filePath = $CollationDataPath . "/";
77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
/external/icu/icu4c/source/test/perf/collationperf/
DCollPerf.pl42 my $filePath = $CollationDataPath . "/";
77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebImageTest.cpp47 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile() local
48 filePath.append("/Source/web/tests/data/"); in readFile()
49 filePath.append(fileName); in readFile()
51 return Platform::current()->unitTestSupport()->readFromFile(filePath); in readFile()
/external/qemu/android/filesystems/
Dext4_utils.cpp71 int android_createEmptyExt4Image(const char *filePath, in android_createEmptyExt4Image() argument
74 int ret = ::make_ext4fs(filePath, size, mountpoint, NULL); in android_createEmptyExt4Image()
76 EXT4_ERROR << "Failed to create ext4 image at: " << filePath; in android_createEmptyExt4Image()
Dext4_utils.h26 int android_createEmptyExt4Image(const char *filePath,
31 bool android_pathIsExt4PartitionImage(const char* filePath);
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp380 const UString &filePath, in Open() argument
405 arc.Path = filePath; in Open()
464 static void SetCallback(const UString &filePath, in SetCallback() argument
476 NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex); in SetCallback()
486 const UString &filePath, in Open2() argument
498 if (!NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex)) in Open2()
506 openCallbackSpec->SetSubArchiveName(filePath); in Open2()
509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback)); in Open2()
517 HRESULT CArchiveLink::ReOpen(CCodecs *codecs, const UString &filePath, in ReOpen() argument
524 return Open2(codecs, CIntVector(), false, NULL, filePath, 0); in ReOpen()
[all …]
DOpenArchive.h70 const UString &filePath,
78 const UString &filePath,
83 const UString &filePath,
/external/clang/include/clang/ARCMigrate/
DFileRemapper.h47 bool initFromFile(StringRef filePath, DiagnosticsEngine &Diag,
55 void remap(StringRef filePath, llvm::MemoryBuffer *memBuf);
65 const FileEntry *getOriginalFile(StringRef filePath);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioFileReader.h46 PLATFORM_EXPORT PassRefPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, f…
49 PLATFORM_EXPORT void writeBusToAudioFile(AudioBus* bus, const char* filePath, double fileSampleRate…
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp56 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, in initFromFile() argument
60 std::string infoFile = filePath; in initFromFile()
210 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { in remap() argument
211 remap(getOriginalFile(filePath), memBuf); in remap()
229 const FileEntry *FileRemapper::getOriginalFile(StringRef filePath) { in getOriginalFile() argument
230 const FileEntry *file = FileMgr->getFile(filePath); in getOriginalFile()

12345