Searched defs:newArgv (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/device/google/cuttlefish/guest/hals/rild/ |
D | rild_cuttlefish.c | 191 static char * newArgv[MAX_LIB_ARGS]; in main() local
|
/aosp_15_r20/hardware/ril/rild/ |
H A D | rild.c | 199 static char * newArgv[MAX_LIB_ARGS]; in main() local
|
/aosp_15_r20/device/generic/goldfish/radio/rild/ |
D | rild_goldfish.c | 208 static char * newArgv[MAX_LIB_ARGS]; in main() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 992 SmallVector<const char *, 20> newArgv; in ParseEnvironmentOptions() local 1026 SmallVector<const char *, 20> newArgv(argv, argv + argc); in ParseCommandLineOptions() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | CommandLine.cpp | 980 SmallVector<const char *, 20> newArgv; in ParseEnvironmentOptions() local 1014 SmallVector<const char *, 20> newArgv(argv, argv + argc); in ParseCommandLineOptions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1261 SmallVector<const char *, 20> newArgv; in ParseEnvironmentOptions() local 1316 SmallVector<const char *, 20> newArgv(argv, argv + argc); in ParseCommandLineOptions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1505 SmallVector<const char *, 20> newArgv(argv, argv + argc); in ParseCommandLineOptions() local
|