Home
last modified time | relevance | path

Searched refs:argv0 (Results 101 - 107 of 107) sorted by relevance

12345

/kernel/linux/linux-6.6/fs/unicode/
H A Dmkutf8data.c61 const char *argv0; variable
1838 printf("Usage: %s [options]\n", argv0); in help()
3366 argv0 = argv[0]; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h1204 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/third_party/python/Lib/
H A Dpdb.py1103 argv0 = sys.argv[0:1]
1109 sys.argv[:0] = argv0
H A Dpydoc.py2715 def _get_revised_path(given_path, argv0):
2716 """Ensures current directory is on returned path, and argv0 directory is not
2718 Exception: argv0 dir is left alone if it's also pydoc's directory.
2734 script_dir = os.path.dirname(argv0)
/third_party/googletest/googletest/src/
H A Dgtest.cc6782 char* argv0 = const_cast<char*>(arg0);
6783 char** argv = &argv0;
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc6126 char* argv0 = const_cast<char*>(arg0);
6127 char** argv = &argv0;
/third_party/node/deps/googletest/src/
H A Dgtest.cc6819 char* argv0 = const_cast<char*>(arg0);
6820 char** argv = &argv0;

Completed in 33 milliseconds

12345