Home
last modified time | relevance | path

Searched refs:kOutputDir (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/firebase/android/jni/
Dbenchmark_model_jni.cc38 const char kOutputDir[] = "/sdcard/benchmark_output"; variable
126 "Failed to create output directory %s.", kOutputDir); in OnBenchmarkEnd()
128 fprintf(stderr, "Failed to create output directory %s.", kOutputDir); in OnBenchmarkEnd()
138 if (stat(kOutputDir, &st) != 0) { in CreateOutputDir()
139 if (mkdir(kOutputDir, 0777) != 0 && errno != EEXIST) { in CreateOutputDir()
157 file_name << kOutputDir << "/benchmark_result_" << tag_; in WriteBenchmarkResultCsv()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp55 kOutputDir enumerator
363 if (parser[NKey::kOutputDir].ThereIs) in Main2()
365 outputDir = us2fs(parser[NKey::kOutputDir].PostStrings[0]); in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp104 kOutputDir, enumerator
1174 if (parser[NKey::kOutputDir].ThereIs) in Parse2()
1176 eo.OutputDir = us2fs(parser[NKey::kOutputDir].PostStrings[0]); in Parse2()