OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
106
const std::string&
initial_dir
, unsigned eraseBlkSize,
141
if (
initial_dir
.empty()) {
146
std::vector<const char*> e2fsdroid_args = {e2fsdroid_path.c_str(), "-f",
initial_dir
.c_str(),
159
static int generate_f2fs_image(const char* fileName, long long partSize, const std::string&
initial_dir
,
162
if (!
initial_dir
.empty()) {
179
int (*generate)(const char* fileName, long long partSize, const std::string&
initial_dir
,
199
const std::string&
initial_dir
, unsigned eraseBlkSize, unsigned logicalBlkSize)
201
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 630 milliseconds