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

  /external/webkit/WebKitTools/Scripts/webkitpy/
credentials_unittest.py 121 temp_dir_path = tempfile.mkdtemp(suffix="not_a_git_repo")
122 credentials = FakeCredentials("bugs.webkit.org", cwd=temp_dir_path)
124 os.rmdir(temp_dir_path)
  /external/gtest/src/
gtest-port.cc 421 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT local
424 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); local
425 ::GetTempFileNameA(temp_dir_path, "gtest_redir", 0, temp_file_path);

Completed in 45 milliseconds