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

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 109 static std::string app_temp_path_; member in class:talk_base::UnixFilesystem
unixfilesystem.cc 93 std::string UnixFilesystem::app_temp_path_; member in class:talk_base::UnixFilesystem
457 if (!app_temp_path_.empty()) {
458 path->SetPathname(app_temp_path_);
472 app_temp_path_ = path->pathname();
473 // TODO: atexit(DeleteFolderAndContents(app_temp_path_));

Completed in 33 milliseconds