HomeSort by relevance Sort by last modified time
    Searched refs:Unlink (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
passthrough_fs.h 24 virtual Error Unlink(const Path& path);
passthrough_fs.cc 48 Error PassthroughFs::Unlink(const Path& path) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
dev_fs.h 19 virtual Error Unlink(const Path& path);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs.h 34 virtual Error Unlink(const Path& path);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_fs.h 30 MOCK_METHOD1(Unlink, Error(const Path&));
mock_node.h 44 MOCK_METHOD0(Unlink, void());
http_fs_test.cc 303 TEST(HttpFsDirTest, Unlink) {
308 // Unlink of existing files should give "Permission Denied"
309 EXPECT_EQ(EACCES, fs.Unlink(Path("/mydir/foo")));
310 // Unlink of existing directory should give "Is a directory"
311 EXPECT_EQ(EISDIR, fs.Unlink(Path("/mydir")));
312 // Unlink of non-existent files should give "No such file or directory"
313 EXPECT_EQ(ENOENT, fs.Unlink(Path("/non_existent")));
325 // Unlink of non-existent files should give "No such file or directory"
filesystem_test.cc 133 EXPECT_EQ(0, fs.Unlink(Path("/foo")));
137 EXPECT_EQ(ENOENT, fs.Unlink(Path("/foo")));
156 // Unlink the file, we should have the only file ref at this point.
157 EXPECT_EQ(0, fs.Unlink(Path("/foo/bar")));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
filesystem.h 85 // Unlink, Mkdir, Rmdir will affect the both the RefCount
87 virtual Error Unlink(const Path& path) = 0;
dir_node.cc 36 it->second->Unlink();
109 it->second->Unlink();
node.h 127 virtual void Unlink();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.h 23 virtual Error Unlink(const Path& path);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs.h 23 virtual Error Unlink(const Path& path);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
stream_fs.h 59 virtual Error Unlink(const Path& path);
stream_fs.cc 92 Error StreamFs::Unlink(const Path& path) {
  /external/chromium_org/v8/src/
v8threads.h 20 void Unlink();
hydrogen-bce.cc 189 new_check->Unlink();
247 index->Unlink();
253 HConstant::cast(left_input)->Unlink();
257 HConstant::cast(right_input)->Unlink();
272 index->Unlink();
v8threads.cc 152 state->Unlink();
202 void ThreadState::Unlink() {
278 state->Unlink();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs.h 40 virtual Error Unlink(const Path& path);
  /external/chromium_org/cc/resources/
prioritized_resource_manager.cc 118 texture->Unlink();
270 backing->owner()->Unlink();
306 backing->owner()->Unlink();
397 backing->owner()->Unlink();
444 texture->Unlink();
476 // unlink backings while the main thread is running.
prioritized_resource.h 166 void Unlink();
prioritized_resource.cc 105 void PrioritizedResource::Unlink() {
  /art/runtime/
common_runtime_test.h 59 void Unlink();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.h 26 virtual Error Unlink(const Path& path);
  /art/compiler/
image_test.cc 190 image_file.Unlink();
191 oat_file.Unlink();

Completed in 385 milliseconds

1 2