HomeSort by relevance Sort by last modified time
    Searched refs:c_path (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 107 char* c_path = strdup(c_file); local
108 const int fd = mkstemp(c_path);
110 *path = c_path;
111 free(c_path);
    [all...]
  /system/vold/
Utils.cpp 519 const char* c_path = path.c_str(); local
523 int fd = TEMP_FAILURE_RETRY(open(c_path, O_RDWR | O_CLOEXEC));

Completed in 78 milliseconds