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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp 271 std::string infoPath = getCacheInfoPath();
280 if (infoFile.open(infoPath.c_str(), OpenMode::Read) < 0) {
401 std::string infoPath = getCacheInfoPath();
408 ::unlink(infoPath.c_str());
414 infoFile.open(infoPath.c_str(), OpenMode::Write) >= 0) {
451 if (unlink(infoPath.c_str()) != 0) {
453 infoPath.c_str(), strerror(errno));
  /external/webkit/Tools/Scripts/
svn-create-patch 157 my ($infoPath) = @_;
159 open INFO, "svn info '$infoPath' |" or die;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 

Completed in 24 milliseconds