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

  /external/libjpeg-turbo/
jmemsys.h 136 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ member in struct:backing_store_struct
142 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ member in struct:backing_store_struct
146 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */ member in struct:backing_store_struct
  /external/libbrillo/brillo/
file_utils.cc 266 std::string temp_name = path.AddExtension(random_suffix).value(); local
268 HANDLE_EINTR(open(temp_name.c_str(), O_CREAT | O_EXCL | O_WRONLY, mode));
270 PLOG(WARNING) << "Could not open " << temp_name << " for atomic write";
271 unlink(temp_name.c_str());
280 PLOG(WARNING) << "Could not write " << temp_name;
282 unlink(temp_name.c_str());
289 PLOG(WARNING) << "Could not fsync " << temp_name;
291 unlink(temp_name.c_str());
295 PLOG(WARNING) << "Could not close " << temp_name;
296 unlink(temp_name.c_str())
    [all...]
  /external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc 160 const char temp_name[] = "CreateWithFileTest"; local
163 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name);
168 GlobalHistogramAllocator::CreateWithFile(temp_file, temp_size, 0, temp_name);
169 EXPECT_EQ(std::string(temp_name),
175 EXPECT_EQ(std::string(temp_name),
181 EXPECT_EQ(std::string(temp_name),
189 const char temp_name[] = "CreateSpareFileTest.pma"; local
192 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name);
  /external/libchrome/base/debug/
activity_tracker_unittest.cc 352 const char temp_name[] = "CreateWithFileTest"; local
355 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name);
  /art/runtime/gc/space/
large_object_space.cc 106 std::string temp_name = live_bitmap_->GetName(); local
108 mark_bitmap_->SetName(temp_name);
  /external/u-boot/tools/env/
fw_env.c 1231 char *temp_name = NULL; local
1241 rc = asprintf(&temp_name, "%s/XXXXXX", *dname);
1245 rc = mkstemp(temp_name);
1249 "Can't create %s: %s\n", temp_name, strerror(errno));
1250 free(temp_name);
1252 *target_temp = temp_name;
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 3860 char temp_name[FILENAME_MAX+1]; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
linker.cpp 4258 char *temp_name = get_var_name(uni->name); local
    [all...]
  /external/v8/src/parsing/
parser.cc 2161 const AstRawString* temp_name = ast_value_factory()->dot_for_string(); local
    [all...]

Completed in 1187 milliseconds