OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uniquefilename
(Results
1 - 5
of
5
) sorted by null
/external/llvm/tools/bugpoint/
OptimizerDriver.cpp
131
SmallString<128>
UniqueFilename
;
133
OutputPrefix + "-output-%%%%%%%.bc",
UniqueFilename
);
139
OutputFilename =
UniqueFilename
.str();
ExecutionDriver.cpp
306
SmallString<128>
UniqueFilename
;
309
OutputPrefix + "-test-program-%%%%%%%.bc", UniqueFD,
UniqueFilename
);
315
BitcodeFile =
UniqueFilename
.str();
ToolRunner.cpp
827
SmallString<128>
UniqueFilename
;
829
InputFile + "-%%%%%%%" + LTDL_SHLIB_EXT,
UniqueFilename
);
834
OutputFile =
UniqueFilename
.str();
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java
191
private static boolean safeCanonicalPath(String
uniqueFileName
) {
193
File receiveFile = new File(
uniqueFileName
);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher
612
@basename, @filename = Benchfile.
uniqueFilename
(name)
616
def self.
uniqueFilename
(name)
[
all
...]
Completed in 101 milliseconds