Home
last modified time | relevance | path

Searched defs:lock_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/misc/
H A Ddaemonize.c33 static char *lock_path; variable
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.cc70 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc218 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dmetadata.rs78 let lock_path = manifest_dir.join("Cargo.lock"); in generate() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc617 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py2504 def _worker_compile_cpp(lock_path, input_path, output_path, cmd): argument