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

  /system/core/fastboot/
fs.h 11 const std::string& initial_dir, unsigned eraseBlkSize = 0, unsigned logicalBlkSize = 0);
fs.cpp 115 const std::string& initial_dir, unsigned eraseBlkSize,
154 if (initial_dir.empty()) {
159 std::vector<const char*> e2fsdroid_args = {e2fsdroid_path.c_str(), "-f", initial_dir.c_str(),
165 static int generate_f2fs_image(const char* fileName, long long partSize, const std::string& initial_dir,
190 if (initial_dir.empty()) {
196 "-f", initial_dir.c_str(), fileName, nullptr};
205 int (*generate)(const char* fileName, long long partSize, const std::string& initial_dir,
223 const std::string& initial_dir, unsigned eraseBlkSize, unsigned logicalBlkSize)
225 return gen->generate(fileName, partSize, initial_dir, eraseBlkSize, logicalBlkSize);
fastboot.cpp     [all...]
  /external/valgrind/perf/
vg_perf 411 chomp(my $initial_dir = `pwd`); # record where we started
439 chdir("$initial_dir");
vg_perf.in 411 chomp(my $initial_dir = `pwd`); # record where we started
439 chdir("$initial_dir");

Completed in 68 milliseconds