/aosp12/system/apex/tests/testdata/sharedlibs/build/ |
H A D | shared_libs_repack.py | 134 def get_container_files(apex_file_path, tmpdir): argument 156 def extract_payload_from_img(img_file_path, tmpdir): argument 173 def run_apexer(container_files, payload_dir, key_path, pubkey_path, tmpdir): argument 223 def sign_apk_container(unsigned_apex, x509key_path, pk8key_path, tmpdir): argument
|
/aosp12/frameworks/base/startop/scripts/iorap/ |
H A D | compiler_test.py | 51 def test_transform_perfetto_trace_to_systrace(tmpdir): argument 62 def test_compiler_main(tmpdir): argument
|
/aosp12/frameworks/base/startop/scripts/trace_analyzer/ |
H A D | trace_analyzer_test.py | 41 def test_trace_analyzer(tmpdir): argument
|
/aosp12/system/extras/simpleperf/ |
H A D | cmd_api_test.cpp | 82 TemporaryDir tmpdir; in RecordApp() local
|
H A D | MapRecordReader_test.cpp | 72 std::string tmpdir = "/data/local/tmp"; in TEST_F() local
|
H A D | dso_test.cpp | 35 TemporaryDir tmpdir; in TEST() local 240 TemporaryDir tmpdir; in TEST() local
|
H A D | environment_test.cpp | 39 TemporaryDir tmpdir; in TEST() local
|
H A D | CallChainJoiner_test.cpp | 156 std::string tmpdir = "/data/local/tmp"; in SetUp() local
|
H A D | cmd_record_test.cpp | 1094 TemporaryDir tmpdir; in TEST() local
|
/aosp12/bionic/libc/bionic/ |
H A D | tmpfile.cpp | 110 char* tmpdir = getenv("TMPDIR"); in tempnam() local
|
/aosp12/packages/apps/Traceur/src/com/android/traceur/ |
H A D | TraceUtils.java | 113 public static Process exec(String cmd, String tmpdir) throws IOException { in exec() 117 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec()
|
/aosp12/packages/modules/common/tools/ |
H A D | finalize_sdk.py | 84 tmpdir = fetch_artifacts(BUILD_TARGET, args.bid, ARTIFACT_PATTERN % args.finalize_sdk) variable
|
/aosp12/art/build/apex/ |
H A D | art_apex_test.py | 61 def extract_apex(apex_path, deapexer_path, debugfs_path, tmpdir): argument 119 def __init__(self, apex, tmpdir): argument
|
/aosp12/system/libbase/ |
H A D | file.cpp | 102 const auto* tmpdir = getenv("TMPDIR"); in GetSystemTempDir() local
|
/aosp12/art/libartbase/base/ |
H A D | common_art_test.cc | 281 const char* tmpdir = getenv("TMPDIR"); in SetUpAndroidDataDir() local
|
/aosp12/build/make/tools/releasetools/ |
H A D | common.py | 1989 def GetUserImage(which, tmpdir, input_zip, argument 2038 def GetNonSparseImage(which, tmpdir, hashtree_info_generator=None): argument 2059 def GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks, argument
|
/aosp12/system/core/fastboot/ |
H A D | fastboot.cpp | 608 const char* tmpdir = getenv("TMPDIR"); in make_temporary_template() local
|