HomeSort by relevance Sort by last modified time
    Searched refs:mRootPath (Results 1 - 3 of 3) sorted by null

  /system/tools/hidl/
Coordinator.cpp 46 return mRootPath;
50 mRootPath = rootPath;
52 if (!mRootPath.empty() && !StringHelper::EndsWith(mRootPath, "/")) {
53 mRootPath += "/";
176 mReadFiles.insert(StringHelper::LTrim(path, mRootPath));
203 out << StringHelper::LTrim(file, mRootPath) << " \\\n";
393 if (StringHelper::StartsWith(path, "/") || mRootPath.empty()) {
397 return mRootPath + path;
Coordinator.h 58 PACKAGE_ROOT, // e.x. mRootPath + /nfc/1.0/Android.bp
168 std::string mRootPath; // root of android source tree (to locate package roots)
185 // the path relative to mRootPath
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 234 private final File mRootPath;
290 mRootPath = rootPath;
293 mLoader.setPrefix(mRootPath.getPath());
386 mTemplate = mManager.getTemplate(mRootPath);
394 return new File(mRootPath.getPath(), templateName).getPath();
406 return Files.toString(new File(mRootPath,
434 return Files.toByteArray(new File(mRootPath, relativePath));
461 mLoader.setTemplateFile(new File(mRootPath, file));
583 mLoader.setTemplateFile(new File(mRootPath, file));
689 return new File(mRootPath, DATA_ROOT + File.separator + fromPath)
    [all...]

Completed in 209 milliseconds