Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/ext4_utils/
H A Dmkuserimg_mke2fs.py59 prog_path = os.path.join(exec_dir, prog_name)
60 if os.path.exists(prog_path):
61 return prog_path
/aosp_15_r20/external/liburing/test/
H A Dtimeout.c1192 char prog_path[PATH_MAX]; in test_timeout_link_cancel() local
1196 if (fill_exec_target(prog_path, "./exec-target.t") && in test_timeout_link_cancel()
1197 fill_exec_target(prog_path, "test/exec-target.t")) { in test_timeout_link_cancel()
1235 ret = execl(prog_path, prog_path, NULL); in test_timeout_link_cancel()
/aosp_15_r20/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dmain.cc69 const auto prog_path = args.front(); in SnapshotCvdMain() local