HomeSort by relevance Sort by last modified time
    Searched defs:input_path (Results 1 - 7 of 7) sorted by null

  /external/llvm/utils/lit/tests/
unittest-adaptor.py 15 input_path = sys.argv[1] variable
16 unittest_suite = lit.discovery.load_test_suite([input_path])
  /external/jsoncpp/test/
pyjsontestrunner.py 12 input_path = sys.argv[1] variable
13 base_path = os.path.splitext(input_path)[0]
59 input = file( input_path, 'rt' ).read()
  /system/tools/aidl/tests/
end_to_end_tests.cpp 98 const string input_path = CanonicalNameToPath(kCanonicalName, ".aidl"); local
102 "aidl-cpp", "-ddeps.P", "-I.", input_path.c_str(), kGenHeaderDir,
108 io_delegate_.SetFileContents(input_path, kInterfaceDefinition);
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 230 const std::string &input_path = OptInputFilenames[0]; local
231 llvm::SmallString<200> output_path(input_path);
235 llvm::errs() << "Failed to determine the absolute path of `" << input_path
  /system/core/libsparse/
append2simg.c 57 char *input_path; local
67 input_path = argv[2];
91 input = open(input_path, O_RDONLY | O_BINARY);
  /system/tools/aidl/
aidl_unittest.cpp 271 const string input_path = "p/IFoo.aidl"; local
275 auto cpp_parse_result = Parse(input_path, input, &cpp_types_);
286 auto java_parse_result = Parse(input_path, input, &java_types_);
  /bootable/recovery/uncrypt/
uncrypt.cpp 417 static int uncrypt(const char* input_path, const char* map_file, const int socket) {
418 ALOGI("update package is \"%s\"", input_path);
423 if (realpath(input_path, path) == NULL) {
424 ALOGE("failed to convert \"%s\" to absolute path: %s", input_path, strerror(errno));
459 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) {
461 if (input_path == nullptr) {
466 input_path = package.c_str();
469 int status = uncrypt(input_path, map_file, socket);
545 const char* input_path = nullptr; local
555 input_path = argv[1]
    [all...]

Completed in 152 milliseconds