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

  /external/valgrind/main/callgrind/
command.c 48 static Char* info_file = 0; variable
100 info_file = (char*) CLG_MALLOC("cl.command.sc.5",
103 CLG_ASSERT(info_file != 0);
104 VG_(sprintf)(info_file, "%s/%s.%d", tmpdir, DEFAULT_INFONAME, thisPID);
110 CLG_DEBUG(1, " info file: '%s'\n", info_file);
113 res = VG_(open)(info_file, VKI_O_WRONLY|VKI_O_TRUNC, 0);
115 res = VG_(open)(info_file, VKI_O_CREAT|VKI_O_WRONLY,
119 "warning: can't write info file '%s'\n", info_file);
120 info_file = 0;
164 if (info_file) VG_(unlink)(info_file)
    [all...]
  /external/chromium/build/mac/
strip_save_dsym 249 info_file = os.path.join(dsym, "Contents", "Info.plist") variable
250 info_fd = open(info_file, "w")

Completed in 455 milliseconds