HomeSort by relevance Sort by last modified time
    Searched refs:getFilePath (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/unittests/Tooling/
ReplacementsYamlTest.cpp 75 ASSERT_EQ("/path/to/file1.h", DocActual.Replacements[0].getFilePath());
79 ASSERT_EQ("/path/to/file2.h", DocActual.Replacements[1].getFilePath());
102 ASSERT_EQ("target_file.h", DocActual.Replacements[0].getFilePath());
RefactoringTest.cpp 100 EXPECT_EQ("/path/to/file.cpp", Replace.getFilePath());
105 EXPECT_TRUE(Replace1.getFilePath().empty());
108 EXPECT_TRUE(Replace2.getFilePath().empty());
318 EXPECT_EQ(File, Replace.getFilePath());
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h 59 String8 getFilePath(int cameraId) const;
EmulatedCameraHotplugThread.cpp 185 String8 filePath = getFilePath(cameraId);
222 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const {
228 String8 filePath = getFilePath(cameraId);
255 String8 camPath = getFilePath(*it);
287 String8 camPath = getFilePath(cameraId);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
file_utils.h 41 static void getFilePath(const char *const dirPath, const char *const fileName,
file_utils.cpp 76 getFilePath(dirPath, dirent->d_name, filePathBufSize, filePath);
112 /* static */ void FileUtils::getFilePath(const char *const dirPath, const char *const fileName,
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/src/
SyncML_DM_Archive.cc 57 SyncML_DM_Archive::getFilePath(char * path, CPCHAR ext)
SyncML_DM_Archiver.cc 240 m_pArchives[i]->getFilePath(orgFilePath, "");
241 m_pArchives[i]->getFilePath(bakFilePath, ".bak");
265 m_pArchives[i]->getFilePath(tmpFilePath, ".temp");
266 m_pArchives[i]->getFilePath(orgFilePath, "");
267 m_pArchives[i]->getFilePath(bakFilePath, ".bak");
305 m_pArchives[i]->getFilePath(bakFilePath, ".bak");
522 m_pArchives[i]->getFilePath(orgFilePath, "");
523 m_pArchives[i]->getFilePath(bakFilePath, ".bak");
524 m_pArchives[i]->getFilePath(tmpFilePath, ".temp");
525 m_pArchives[i]->getFilePath(cmtFilePath, ".cmt")
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 115 private File getFilePath(String name) {
215 final File outFile = getFilePath("test1.obb");
234 final File outFile = getFilePath("test1_nosig.obb");
249 final File outFile = getFilePath("test1_wrongpackage.obb");
265 final File file1 = getFilePath("test1.obb");
266 final File file2 = getFilePath("test2.obb");
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 62 new DirectClassFile(ba, getFilePath(), getStrictParse());
BaseDumper.java 189 protected final String getFilePath() {
BlockDumper.java 113 classFile = new DirectClassFile(ba, getFilePath(), getStrictParse());
119 new DirectClassFile(ba, getFilePath(), getStrictParse());
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 39 : FilePath(R.getFilePath()), Offset(R.getOffset()),
Refactoring.h 105 StringRef getFilePath() const { return FilePath; }
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaItem.java 97 public String getFilePath() {
  /external/clang/lib/Tooling/
Refactoring.cpp 91 if (LHS.getFilePath() != RHS.getFilePath())
92 return LHS.getFilePath() < RHS.getFilePath();
99 LHS.getFilePath() == RHS.getFilePath() &&
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DownloadInfo.java 71 public String getFilePath() {
231 .setFilePath(downloadInfo.getFilePath())
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/hdr/
SyncML_DM_Archive.H 131 void getFilePath(char * path, CPCHAR ext);
  /external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp 90 llvm::outs() << "r:" << it->getFilePath() << ":" << it->getOffset() << ":"
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 308 final String oldFilePath = getFilePath(uri);
313 final String newFilePath = getFilePath(uri);
402 final String filePath = getFilePath(uri);
470 private String getFilePath(Uri uri) {
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 105 public String getFilePath() {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp 80 FileUtils::getFilePath(tmpDirPath, dictName, dictPathBufSize, dictPath);
  /external/llvm/utils/lit/lit/
main.py 118 fname = test.getFilePath()
123 fname = test.getFilePath()
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 194 llvm::outs() << "r:" << it->getFilePath() << ":" << it->getOffset() << ":"
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 192 llvm::outs() << "r:" << it->getFilePath() << ":" << it->getOffset() << ":"

Completed in 1090 milliseconds

1 2