OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infoPath
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp
259
std::string
infoPath
(mCacheDir + mCacheName + ".oBCC"); // TODO: .info instead
262
std::string
infoPath
(mCacheDir + mCacheName + ".info");
272
if (infoFile.open(
infoPath
.c_str(), OpenMode::Read) < 0) {
391
std::string
infoPath
(mCacheDir + mCacheName + ".oBCC");
394
std::string
infoPath
(mCacheDir + mCacheName + ".info");
404
::unlink(
infoPath
.c_str());
411
infoFile.open(
infoPath
.c_str(), OpenMode::Write) >= 0) {
452
if (unlink(
infoPath
.c_str()) != 0) {
454
infoPath
.c_str(), strerror(errno));
/external/webkit/Tools/Scripts/
svn-create-patch
157
my ($
infoPath
) = @_;
159
open INFO, "svn info '$
infoPath
' |" or die;
Completed in 549 milliseconds