Home
last modified time | relevance | path

Searched refs:outDir (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/bit/
H A Dmake.cpp48 make_cache_filename(const string& outDir) in make_cache_filename() argument
50 string filename(outDir); in make_cache_filename()
66 BuildVars::BuildVars(const string& outDir, const string& buildProduct, in BuildVars() argument
78 if (outDir == "") { in BuildVars()
83 m_filename = make_cache_filename(outDir); in BuildVars()
H A Dmake.h43 BuildVars(const string& outDir, const string& buildProduct,
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DScreenCaptureRule.java51 public ScreenCaptureRule(String outDir) { in ScreenCaptureRule() argument
52 mOutDir = outDir; in ScreenCaptureRule()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile_test.cpp44 int TestCompile(const std::string& path, const std::string& outDir, bool legacy, in TestCompile() argument
49 args.push_back(outDir); in TestCompile()