Home
last modified time | relevance | path

Searched defs:chdir (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/blueprint/gotestrunner/
H A Dgotestrunner.go32 chdir = flag.String("p", "", "Change to a path before executing test") var
/aosp12/build/soong/cmd/sbox/sbox_proto/
H A Dsbox.proto38 optional bool chdir = 2; field
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dlibc_wrappers.cc66 extern "C" int chdir(const char* path) { in chdir() function