「pathname」を含む例文一覧(276)

1 2 3 4 5 6 次へ>
  • pathname is too long.
    pathnameが長過ぎる。 - JM
  • pathname " was too long."
    pathnameが長すぎる。 - JM
  • pathname was too long.
    pathnameが長過ぎる。 - JM
  • pathname already exists.
    pathname がすでに存在する。 - JM
  • "Empty pathname"
    "空のパス名" - JM
  • pathname refers to a directory.
    pathnameがディレクトリを参照している。 - JM
  • then pathname is interpreted relative to the current working directory of the calling process (like unlink (2)
    である場合、pathnameは( unlink (2) - JM
  • pathname has . as last component.
    pathnameの最後のディレクトリ部分が.である。 - JM
  • Part of pathname could not be resolved.
    pathnameの一部が解決できなかった。 - JM
  • The pathname argument points to the source file.
    pathname引数はソースファイルを指します。 - Python
  • The pointer to the pathname.
    パス名へのポインタ。 - JM
  • Only watch pathname if it is a directory.
    pathname がディレクトリの場合にのみ監視する。 - JM
  • If pathname is absolute, then dirfd is ignored.
    pathnameが絶対パスである場合、dirfdは無視される。 - JM
  • Don't dereference pathname if it is a symbolic link.
    pathname がシンボリックリンクである場合に辿らない。 - JM
  • makes a FIFO special file with name pathname.
    は名前 pathname を持つFIFOスペシャルファイルを作成する。 - JM
  • A component in pathname does not exist or is a dangling symbolic link, or pathname is empty.
    pathnameに対応するものが存在しないか、壊れたシンボリック・リンクであるか、pathnameが空である。 - JM
  • A pathname, or a component of a pathname, was too long.
    パス名かパス名の一部分が長過ぎる。 - JM
  • or, pathname has .. as its final component.
    または、pathnameを構成する最後の要素が..である。 - JM
  • Common pathname manipulations.
    共通のパス名操作。 - Python
  • pathname was to be created but the device containing pathname has no room for the new file.
    pathnameを作成する必要があるが、pathnameを含んでいるデバイスに新しいファイルのための空き容量がない。 - JM
  • pathname refers to a read-only file system.
    pathname が読み取り専用のファイルシステムを指している。 - JM
  • If pathname is not a directory, cause the open to fail.
    pathname がディレクトリでなければオープンは失敗する。 - JM
  • pathname points outside your accessible address space.
    pathnameがアクセス可能なアドレス空間の外を指している。 - JM
  • pathname is not a directory in the spufs (7) mount point, or invalid flags have been provided.
    pathnameが SPUFS マウントポインタ内のディレクトリではない。 - JM
  • If pathname is a symbolic link, then the open fails.
    pathname がシンボリック・リンクだった場合、オープンは失敗する。 - JM
  • The pathname argument points to the byte-compiled code file.
    pathname引数はバイトコンパイルされたコードファイルを指します。 - Python
  • If pathname is a symbolic link, it is dereferenced.
    pathnameがシンボリック・リンクの場合、シンボリック・リンクは展開される。 - JM
  • A component used as a directory in pathname is not, in fact, a directory.
    pathnameのディレクトリ部分が、実際にはディレクトリでない。 - JM
  • attempts to create a directory named pathname .
    pathnameで示される名前のディレクトリを作成しようとする。 - JM
  • 6.2 os.path -- Common pathname manipulations
    6.2 os.path --共通のパス名操作 - Python
  • Normalize a pathname.
    パス名を標準化します。 - Python
  • Too many symbolic links were encountered in resolving pathname .
    pathnameを解決する際に遭遇したシンボリック・リンクが多過ぎる。 - JM
  • The device containing pathname has no room for the new node.
    pathnameのあるデバイスに新たにノードを作成する空きが無い。 - JM
  • Too many symbolic links were found while resolving pathname .
    pathnameを解決するまでに辿ったシンボリックリンクが多過ぎた。 - JM
  • Too many symbolic links were encountered in translating pathname .
    pathnameを解決する際に遭遇したシンボリック・リンクが多過ぎる。 - JM
  • The pathname argument must point to the shared library.
    pathname引数は共有ライブラリを指していなければなりません。 - Python
  • Split the pathname path into a pair, (head,tail) where tail is the last pathname component and head is everything leading up to that.
    パス名pathを(headとtail)のペアに分割します。 - Python
  • The pathname of the user's login shell.
    ユーザーのログインシェルのパス名。 - JM
  • pathname points outside of the process's accessible address space.
    pathnameが指すアドレスがプロセスがアクセスできるアドレス空間外である。 - JM
  • pathname " points outside your accessible address space."
    pathnameがそのプロセスのアクセス可能なアドレス空間の外を指している。 - JM
  • The device containing pathname has no room for the new directory.
    pathnameを含むデバイスに新たにディレクトリを作成する空きが無い。 - JM
  • The file system containing pathname does not support the creation of directories.
    pathnameを含むファイルシステムがディレクトリの作成をサポートしていない。 - JM
  • pathname refers to a file on a read-only file system.
    pathnameが読み出し専用ファイルシステム上のファイルを指している。 - JM
  • A pathname was longer than MAXPATHLEN .
    パス名の長さがMAXPATHLEN を越えた。 - JM
  • for pathname expansion(
    モジュールを参照してください( - Python
  • Return the mailbox pathname.
    メイルボックスのパス名を返します。 - Python
  • An empty suffix matches any pathname of the form
    拡張子が空の場合は、 - JM
  • and the working pathname is of the form
    形式、ワークファイルのパス名は - JM
  • One of the directories in pathname did not allow search (execute) permission.
    pathname の中のディレクトリの一つに対し検索(実行)許可がない。 - JM
  • pathname is not a valid string pointer in the calling process's address space.
    pathnameが現在のアドレス空間で有効な文字列ポインタではない。 - JM
1 2 3 4 5 6 次へ>

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • JM
    Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
    The contents of this document are licensed under the GNU Free Documentation License.
    Copyright (C) 1999 JM Project All rights reserved.
  • Python
    Copyright 2001-2004 Python Software Foundation.All rights reserved.
    Copyright 2000 BeOpen.com.All rights reserved.
    Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
    Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.