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

  /external/webkit/Tools/Scripts/
show-pretty-diff 44 UNLINK => 0,
59 UNLINK => 0,
pdevenv 12 my ($fh, $path) = tempfile(UNLINK => 0, SUFFIX => '.cmd') or die;
check-Xcode-source-file-types 105 UNLINK => 0,
112 unlink($tempFileName);
156 unlink($projectFile) || die "Could not delete $projectFile: $!";
sort-Xcode-project-file 93 UNLINK => 0,
100 unlink($tempFileName);
147 unlink($projectFile) || die "Could not delete $projectFile: $!";
svn-unapply 163 unlink("${fullPath}.orig") if (! $changeLogDotOrigExisted);
173 unlink($fullPath) if (-e $fullPath);
183 DIR => dirname($fullPath), UNLINK => 1);
197 unlink("$fullPath.orig") if -e "$fullPath.orig" && checksum($fullPath) eq checksum("$fullPath.orig");
208 unlink($fullPath) if -z $fullPath;
bisect-builds 203 unlink $tempFile if $tempFile;
217 UNLINK => 0,
  /bionic/libc/private/isc/
list.h 79 #define UNLINK(list, elt, link) \
112 #define DEQUEUE(list, elt, link) UNLINK(list, elt, link)
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 54 UNLINK => 0,
134 unlink($fileMine, $fileOlder, $fileNewer);
193 unlink($fileMine, $fileOlder, $fileNewer);
261 unlink($fileMine, $fileOlder, $fileNewer);
332 unlink($fileMine, $fileOlder, $fileNewer);

Completed in 203 milliseconds