OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infoFile
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/ARCMigrate/
FileRemapper.cpp
38
std::string
infoFile
= getRemapInfoFile(outputDir);
40
llvm::sys::fs::remove(
infoFile
, existed);
47
llvm::sys::Path
infoFile
= dir;
48
infoFile
.appendComponent("remap");
49
return
infoFile
.str();
54
std::string
infoFile
= getRemapInfoFile(outputDir);
55
return initFromFile(
infoFile
, Diag, ignoreIfFilesChanged);
62
std::string
infoFile
= filePath;
64
llvm::sys::fs::exists(
infoFile
, fileExists);
71
if (llvm::MemoryBuffer::getFile(
infoFile
.c_str(), fileBuf)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java
136
File
infoFile
= getInfoFile();
137
infoFile
.getParentFile().mkdirs();
138
PrintStream out = new PrintStream(
infoFile
);
168
File
infoFile
= getInfoFile();
169
if (!
infoFile
.exists())
176
BufferedReader reader = new BufferedReader(new FileReader(
infoFile
));
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
54
std::string
infoFile
;
104
infoFile
= std::string(inFile.begin(), inFile.end() - 3) + ".bcinfo";
107
infoFile
= inFile + ".bcinfo";
118
FILE *info = fopen(
infoFile
.c_str(), "w");
120
fprintf(stderr, "Could not open info file %s\n",
infoFile
.c_str());
Completed in 1005 milliseconds